public static interface BatchListObjectAttributes.Builder extends SdkPojo, CopyableBuilder<BatchListObjectAttributes.Builder,BatchListObjectAttributes>
Modifier and Type | Method and Description |
---|---|
default BatchListObjectAttributes.Builder |
facetFilter(Consumer<SchemaFacet.Builder> facetFilter)
Used to filter the list of object attributes that are associated with a certain facet.
|
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.
|
default BatchListObjectAttributes.Builder |
objectReference(Consumer<ObjectReference.Builder> objectReference)
Reference of the object whose attributes need to be listed.
|
BatchListObjectAttributes.Builder |
objectReference(ObjectReference objectReference)
Reference of the object whose attributes need to be listed.
|
copy
applyMutation, 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.default BatchListObjectAttributes.Builder objectReference(Consumer<ObjectReference.Builder> objectReference)
Reference of the object whose attributes need to be listed.
This is a convenience that creates an instance of theObjectReference.Builder
avoiding the need to
create one manually via ObjectReference.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to objectReference(ObjectReference)
.objectReference
- a consumer that will call methods on ObjectReference.Builder
objectReference(ObjectReference)
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.default BatchListObjectAttributes.Builder facetFilter(Consumer<SchemaFacet.Builder> facetFilter)
Used to filter the list of object attributes that are associated with a certain facet.
This is a convenience that creates an instance of theSchemaFacet.Builder
avoiding the need to create
one manually via SchemaFacet.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to facetFilter(SchemaFacet)
.facetFilter
- a consumer that will call methods on SchemaFacet.Builder
facetFilter(SchemaFacet)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.