Interface GetObjectAttributesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudDirectoryRequest.Builder,CopyableBuilder<GetObjectAttributesRequest.Builder,GetObjectAttributesRequest>,SdkBuilder<GetObjectAttributesRequest.Builder,GetObjectAttributesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetObjectAttributesRequest
public static interface GetObjectAttributesRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<GetObjectAttributesRequest.Builder,GetObjectAttributesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetObjectAttributesRequest.BuilderattributeNames(String... attributeNames)List of attribute names whose values will be retrieved.GetObjectAttributesRequest.BuilderattributeNames(Collection<String> attributeNames)List of attribute names whose values will be retrieved.GetObjectAttributesRequest.BuilderconsistencyLevel(String consistencyLevel)The consistency level at which to retrieve the attributes on an object.GetObjectAttributesRequest.BuilderconsistencyLevel(ConsistencyLevel consistencyLevel)The consistency level at which to retrieve the attributes on an object.GetObjectAttributesRequest.BuilderdirectoryArn(String directoryArn)The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.default GetObjectAttributesRequest.BuilderobjectReference(Consumer<ObjectReference.Builder> objectReference)Reference that identifies the object whose attributes will be retrieved.GetObjectAttributesRequest.BuilderobjectReference(ObjectReference objectReference)Reference that identifies the object whose attributes will be retrieved.GetObjectAttributesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetObjectAttributesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default GetObjectAttributesRequest.BuilderschemaFacet(Consumer<SchemaFacet.Builder> schemaFacet)Identifier for the facet whose attributes will be retrieved.GetObjectAttributesRequest.BuilderschemaFacet(SchemaFacet schemaFacet)Identifier for the facet whose attributes will be retrieved.-
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
GetObjectAttributesRequest.Builder directoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
- Parameters:
directoryArn- The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectReference
GetObjectAttributesRequest.Builder objectReference(ObjectReference objectReference)
Reference that identifies the object whose attributes will be retrieved.
- Parameters:
objectReference- Reference that identifies the object whose attributes will be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectReference
default GetObjectAttributesRequest.Builder objectReference(Consumer<ObjectReference.Builder> objectReference)
Reference that identifies the object whose attributes will be retrieved.
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)
-
consistencyLevel
GetObjectAttributesRequest.Builder consistencyLevel(String consistencyLevel)
The consistency level at which to retrieve the attributes on an object.
- Parameters:
consistencyLevel- The consistency level at which to retrieve the attributes on an object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConsistencyLevel,ConsistencyLevel
-
consistencyLevel
GetObjectAttributesRequest.Builder consistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level at which to retrieve the attributes on an object.
- Parameters:
consistencyLevel- The consistency level at which to retrieve the attributes on an object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConsistencyLevel,ConsistencyLevel
-
schemaFacet
GetObjectAttributesRequest.Builder schemaFacet(SchemaFacet schemaFacet)
Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.
- Parameters:
schemaFacet- Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaFacet
default GetObjectAttributesRequest.Builder schemaFacet(Consumer<SchemaFacet.Builder> schemaFacet)
Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.
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 toschemaFacet(SchemaFacet).- Parameters:
schemaFacet- 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:
schemaFacet(SchemaFacet)
-
attributeNames
GetObjectAttributesRequest.Builder attributeNames(Collection<String> attributeNames)
List of attribute names whose values will be retrieved.
- Parameters:
attributeNames- List of attribute names whose values will be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeNames
GetObjectAttributesRequest.Builder attributeNames(String... attributeNames)
List of attribute names whose values will be retrieved.
- Parameters:
attributeNames- List of attribute names whose values will be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetObjectAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetObjectAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-