public static interface GetObjectAttributesRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<GetObjectAttributesRequest.Builder,GetObjectAttributesRequest>
Modifier and Type | Method and Description |
---|---|
GetObjectAttributesRequest.Builder |
attributeNames(Collection<String> attributeNames)
List of attribute names whose values will be retrieved.
|
GetObjectAttributesRequest.Builder |
attributeNames(String... attributeNames)
List of attribute names whose values will be retrieved.
|
GetObjectAttributesRequest.Builder |
consistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level at which to retrieve the attributes on an object.
|
GetObjectAttributesRequest.Builder |
consistencyLevel(String consistencyLevel)
The consistency level at which to retrieve the attributes on an object.
|
GetObjectAttributesRequest.Builder |
directoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
|
default GetObjectAttributesRequest.Builder |
objectReference(Consumer<ObjectReference.Builder> objectReference)
Reference that identifies the object whose attributes will be retrieved.
|
GetObjectAttributesRequest.Builder |
objectReference(ObjectReference objectReference)
Reference that identifies the object whose attributes will be retrieved.
|
GetObjectAttributesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetObjectAttributesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
default GetObjectAttributesRequest.Builder |
schemaFacet(Consumer<SchemaFacet.Builder> schemaFacet)
Identifier for the facet whose attributes will be retrieved.
|
GetObjectAttributesRequest.Builder |
schemaFacet(SchemaFacet schemaFacet)
Identifier for the facet whose attributes will be retrieved.
|
build
overrideConfiguration
copy
applyMutation, build
GetObjectAttributesRequest.Builder directoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
directoryArn
- The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.GetObjectAttributesRequest.Builder objectReference(ObjectReference objectReference)
Reference that identifies the object whose attributes will be retrieved.
objectReference
- Reference that identifies the object whose attributes will be retrieved.default GetObjectAttributesRequest.Builder objectReference(Consumer<ObjectReference.Builder> objectReference)
Reference that identifies the object whose attributes will be retrieved.
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.Builder
objectReference(ObjectReference)
GetObjectAttributesRequest.Builder consistencyLevel(String consistencyLevel)
The consistency level at which to retrieve the attributes on an object.
consistencyLevel
- The consistency level at which to retrieve the attributes on an object.ConsistencyLevel
,
ConsistencyLevel
GetObjectAttributesRequest.Builder consistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level at which to retrieve the attributes on an object.
consistencyLevel
- The consistency level at which to retrieve the attributes on an object.ConsistencyLevel
,
ConsistencyLevel
GetObjectAttributesRequest.Builder schemaFacet(SchemaFacet schemaFacet)
Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.
schemaFacet
- Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.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 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 schemaFacet(SchemaFacet)
.schemaFacet
- a consumer that will call methods on SchemaFacet.Builder
schemaFacet(SchemaFacet)
GetObjectAttributesRequest.Builder attributeNames(Collection<String> attributeNames)
List of attribute names whose values will be retrieved.
attributeNames
- List of attribute names whose values will be retrieved.GetObjectAttributesRequest.Builder attributeNames(String... attributeNames)
List of attribute names whose values will be retrieved.
attributeNames
- List of attribute names whose values will be retrieved.GetObjectAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetObjectAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.