CopyableBuilder<ListObjectAttributesRequest.Builder,ListObjectAttributesRequest>, SdkBuilder<ListObjectAttributesRequest.Builder,ListObjectAttributesRequest>public static interface ListObjectAttributesRequest.Builder extends CopyableBuilder<ListObjectAttributesRequest.Builder,ListObjectAttributesRequest>
| Modifier and Type | Method | Description |
|---|---|---|
ListObjectAttributesRequest.Builder |
consistencyLevel(String consistencyLevel) |
Represents the manner and timing in which the successful write or update of an object is reflected in a
subsequent read operation of that same object.
|
ListObjectAttributesRequest.Builder |
consistencyLevel(ConsistencyLevel consistencyLevel) |
Represents the manner and timing in which the successful write or update of an object is reflected in a
subsequent read operation of that same object.
|
ListObjectAttributesRequest.Builder |
directoryArn(String directoryArn) |
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
|
ListObjectAttributesRequest.Builder |
facetFilter(SchemaFacet facetFilter) |
Used to filter the list of object attributes that are associated with a certain facet.
|
ListObjectAttributesRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of items to be retrieved in a single call.
|
ListObjectAttributesRequest.Builder |
nextToken(String nextToken) |
The pagination token.
|
ListObjectAttributesRequest.Builder |
objectReference(ObjectReference objectReference) |
The reference that identifies the object whose attributes will be listed.
|
copyapply, buildListObjectAttributesRequest.Builder directoryArn(String directoryArn)
ListObjectAttributesRequest.Builder objectReference(ObjectReference objectReference)
The reference that identifies the object whose attributes will be listed.
objectReference - The reference that identifies the object whose attributes will be listed.ListObjectAttributesRequest.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.ListObjectAttributesRequest.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.ListObjectAttributesRequest.Builder consistencyLevel(String consistencyLevel)
Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.
consistencyLevel - Represents the manner and timing in which the successful write or update of an object is reflected in
a subsequent read operation of that same object.ConsistencyLevelListObjectAttributesRequest.Builder consistencyLevel(ConsistencyLevel consistencyLevel)
Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.
consistencyLevel - Represents the manner and timing in which the successful write or update of an object is reflected in
a subsequent read operation of that same object.ConsistencyLevelListObjectAttributesRequest.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.