CopyableBuilder<GetObjectInformationRequest.Builder,GetObjectInformationRequest>, SdkBuilder<GetObjectInformationRequest.Builder,GetObjectInformationRequest>public static interface GetObjectInformationRequest.Builder extends CopyableBuilder<GetObjectInformationRequest.Builder,GetObjectInformationRequest>
| Modifier and Type | Method | Description |
|---|---|---|
GetObjectInformationRequest.Builder |
consistencyLevel(String consistencyLevel) |
The consistency level at which to retrieve the object information.
|
GetObjectInformationRequest.Builder |
consistencyLevel(ConsistencyLevel consistencyLevel) |
The consistency level at which to retrieve the object information.
|
GetObjectInformationRequest.Builder |
directoryArn(String directoryArn) |
The ARN of the directory being retrieved.
|
GetObjectInformationRequest.Builder |
objectReference(ObjectReference objectReference) |
A reference to the object.
|
copyapply, 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.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.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.ConsistencyLevelCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.