Interface ListObjectAttributesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudDirectoryRequest.Builder,CopyableBuilder<ListObjectAttributesRequest.Builder,ListObjectAttributesRequest>,SdkBuilder<ListObjectAttributesRequest.Builder,ListObjectAttributesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListObjectAttributesRequest
public static interface ListObjectAttributesRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<ListObjectAttributesRequest.Builder,ListObjectAttributesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ListObjectAttributesRequest.BuilderconsistencyLevel(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.BuilderconsistencyLevel(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.BuilderdirectoryArn(String directoryArn)The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.default ListObjectAttributesRequest.BuilderfacetFilter(Consumer<SchemaFacet.Builder> facetFilter)Used to filter the list of object attributes that are associated with a certain facet.ListObjectAttributesRequest.BuilderfacetFilter(SchemaFacet facetFilter)Used to filter the list of object attributes that are associated with a certain facet.ListObjectAttributesRequest.BuildermaxResults(Integer maxResults)The maximum number of items to be retrieved in a single call.ListObjectAttributesRequest.BuildernextToken(String nextToken)The pagination token.default ListObjectAttributesRequest.BuilderobjectReference(Consumer<ObjectReference.Builder> objectReference)The reference that identifies the object whose attributes will be listed.ListObjectAttributesRequest.BuilderobjectReference(ObjectReference objectReference)The reference that identifies the object whose attributes will be listed.ListObjectAttributesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListObjectAttributesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.clouddirectory.model.CloudDirectoryRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
directoryArn
ListObjectAttributesRequest.Builder directoryArn(String directoryArn)
-
objectReference
ListObjectAttributesRequest.Builder objectReference(ObjectReference objectReference)
The reference that identifies the object whose attributes will be listed.
- Parameters:
objectReference- The reference that identifies the object whose attributes will be listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectReference
default ListObjectAttributesRequest.Builder objectReference(Consumer<ObjectReference.Builder> objectReference)
The reference that identifies the object whose attributes will be listed.
This is a convenience method that creates an instance of theObjectReference.Builderavoiding the need to create one manually viaObjectReference.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toobjectReference(ObjectReference).- Parameters:
objectReference- a consumer that will call methods onObjectReference.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
objectReference(ObjectReference)
-
nextToken
ListObjectAttributesRequest.Builder nextToken(String nextToken)
The pagination token.
- Parameters:
nextToken- The pagination token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListObjectAttributesRequest.Builder maxResults(Integer maxResults)
The maximum number of items to be retrieved in a single call. This is an approximate number.
- Parameters:
maxResults- The maximum number of items to be retrieved in a single call. This is an approximate number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
consistencyLevel
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConsistencyLevel,ConsistencyLevel
-
consistencyLevel
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConsistencyLevel,ConsistencyLevel
-
facetFilter
ListObjectAttributesRequest.Builder facetFilter(SchemaFacet facetFilter)
Used to filter the list of object attributes that are associated with a certain facet.
- Parameters:
facetFilter- Used to filter the list of object attributes that are associated with a certain facet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
facetFilter
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 method that creates an instance of theSchemaFacet.Builderavoiding the need to create one manually viaSchemaFacet.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofacetFilter(SchemaFacet).- Parameters:
facetFilter- a consumer that will call methods onSchemaFacet.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
facetFilter(SchemaFacet)
-
overrideConfiguration
ListObjectAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListObjectAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-