public static interface GetObjectInformationRequest.Builder extends CloudDirectoryRequest.Builder, CopyableBuilder<GetObjectInformationRequest.Builder,GetObjectInformationRequest>
build
overrideConfiguration
copy
applyMutation, build
GetObjectInformationRequest.Builder directoryArn(String directoryArn)
The ARN of the directory being retrieved.
directoryArn
- The ARN of the directory being retrieved.GetObjectInformationRequest.Builder objectReference(ObjectReference objectReference)
A reference to the object.
objectReference
- A reference to the object.default GetObjectInformationRequest.Builder objectReference(Consumer<ObjectReference.Builder> objectReference)
A reference to the object.
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)
GetObjectInformationRequest.Builder consistencyLevel(String consistencyLevel)
The consistency level at which to retrieve the object information.
consistencyLevel
- The consistency level at which to retrieve the object information.ConsistencyLevel
,
ConsistencyLevel
GetObjectInformationRequest.Builder consistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level at which to retrieve the object information.
consistencyLevel
- The consistency level at which to retrieve the object information.ConsistencyLevel
,
ConsistencyLevel
GetObjectInformationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetObjectInformationRequest.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.