Interface GetObjectAttributesRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CloudDirectoryRequest.Builder,- CopyableBuilder<GetObjectAttributesRequest.Builder,,- GetObjectAttributesRequest> - SdkBuilder<GetObjectAttributesRequest.Builder,,- GetObjectAttributesRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- GetObjectAttributesRequest
- 
Method SummaryModifier and TypeMethodDescriptionattributeNames(String... attributeNames) List of attribute names whose values will be retrieved.attributeNames(Collection<String> attributeNames) List of attribute names whose values will be retrieved.consistencyLevel(String consistencyLevel) The consistency level at which to retrieve the attributes on an object.consistencyLevel(ConsistencyLevel consistencyLevel) The consistency level at which to retrieve the attributes on an object.directoryArn(String directoryArn) The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.objectReference(Consumer<ObjectReference.Builder> objectReference) Reference that identifies the object whose attributes will be retrieved.objectReference(ObjectReference objectReference) Reference that identifies the object whose attributes will be retrieved.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.schemaFacet(Consumer<SchemaFacet.Builder> schemaFacet) Identifier for the facet whose attributes will be retrieved.schemaFacet(SchemaFacet schemaFacet) Identifier for the facet whose attributes will be retrieved.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.services.clouddirectory.model.CloudDirectoryRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
directoryArnThe 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.
 
- 
objectReferenceReference 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.
 
- 
objectReferencedefault 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 on- ObjectReference.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
consistencyLevelThe 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:
 
- 
consistencyLevelThe 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:
 
- 
schemaFacetIdentifier 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.
 
- 
schemaFacetIdentifier 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 on- SchemaFacet.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
attributeNamesList 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.
 
- 
attributeNamesList 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.
 
- 
overrideConfigurationGetObjectAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationGetObjectAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-