public static interface GetObjectInformationRequest.Builder extends CloudDirectoryRequest.Builder, CopyableBuilder<GetObjectInformationRequest.Builder,GetObjectInformationRequest>
| Modifier and Type | Method and Description |
|---|---|
GetObjectInformationRequest.Builder |
consistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level at which to retrieve the object information.
|
GetObjectInformationRequest.Builder |
consistencyLevel(String consistencyLevel)
The consistency level at which to retrieve the object information.
|
GetObjectInformationRequest.Builder |
directoryArn(String directoryArn)
The ARN of the directory being retrieved.
|
default GetObjectInformationRequest.Builder |
objectReference(Consumer<ObjectReference.Builder> objectReference)
A reference to the object.
|
GetObjectInformationRequest.Builder |
objectReference(ObjectReference objectReference)
A reference to the object.
|
GetObjectInformationRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.