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.
|
copy
apply, 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.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
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
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.