CopyableBuilder<BatchListObjectAttributes.Builder,BatchListObjectAttributes>
, SdkBuilder<BatchListObjectAttributes.Builder,BatchListObjectAttributes>
public static interface BatchListObjectAttributes.Builder extends CopyableBuilder<BatchListObjectAttributes.Builder,BatchListObjectAttributes>
Modifier and Type | Method | Description |
---|---|---|
BatchListObjectAttributes.Builder |
facetFilter(SchemaFacet facetFilter) |
Used to filter the list of object attributes that are associated with a certain facet.
|
BatchListObjectAttributes.Builder |
maxResults(Integer maxResults) |
The maximum number of items to be retrieved in a single call.
|
BatchListObjectAttributes.Builder |
nextToken(String nextToken) |
The pagination token.
|
BatchListObjectAttributes.Builder |
objectReference(ObjectReference objectReference) |
Reference of the object whose attributes need to be listed.
|
copy
apply, build
BatchListObjectAttributes.Builder objectReference(ObjectReference objectReference)
Reference of the object whose attributes need to be listed.
objectReference
- Reference of the object whose attributes need to be listed.BatchListObjectAttributes.Builder nextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.BatchListObjectAttributes.Builder maxResults(Integer maxResults)
The maximum number of items to be retrieved in a single call. This is an approximate number.
maxResults
- The maximum number of items to be retrieved in a single call. This is an approximate number.BatchListObjectAttributes.Builder facetFilter(SchemaFacet facetFilter)
Used to filter the list of object attributes that are associated with a certain facet.
facetFilter
- Used to filter the list of object attributes that are associated with a certain facet.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.