public static interface GetObjectInformationRequest.Builder extends CloudDirectoryRequest.Builder, CopyableBuilder<GetObjectInformationRequest.Builder,GetObjectInformationRequest>
buildoverrideConfigurationcopyapplyMutation, buildGetObjectInformationRequest.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.BuilderobjectReference(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,
ConsistencyLevelGetObjectInformationRequest.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,
ConsistencyLevelGetObjectInformationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetObjectInformationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.