public static interface ListObjectAttributesRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<ListObjectAttributesRequest.Builder,ListObjectAttributesRequest>
| Modifier and Type | Method and Description | 
|---|---|
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 | 
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 | 
directoryArn(String directoryArn)
 The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. 
 | 
default ListObjectAttributesRequest.Builder | 
facetFilter(Consumer<SchemaFacet.Builder> facetFilter)
 Used to filter the list of object attributes that are associated with a certain facet. 
 | 
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. 
 | 
default ListObjectAttributesRequest.Builder | 
objectReference(Consumer<ObjectReference.Builder> objectReference)
 The reference that identifies the object whose attributes will be listed. 
 | 
ListObjectAttributesRequest.Builder | 
objectReference(ObjectReference objectReference)
 The reference that identifies the object whose attributes will be listed. 
 | 
ListObjectAttributesRequest.Builder | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
ListObjectAttributesRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
buildoverrideConfigurationcopyapplyMutation, 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.default ListObjectAttributesRequest.Builder objectReference(Consumer<ObjectReference.Builder> objectReference)
The reference that identifies the object whose attributes will 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.BuilderobjectReference(ObjectReference)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.ConsistencyLevel, 
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.ConsistencyLevel, 
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.default ListObjectAttributesRequest.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.BuilderfacetFilter(SchemaFacet)ListObjectAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListObjectAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.