CopyableBuilder<BatchReadRequest.Builder,BatchReadRequest>, SdkBuilder<BatchReadRequest.Builder,BatchReadRequest>public static interface BatchReadRequest.Builder extends CopyableBuilder<BatchReadRequest.Builder,BatchReadRequest>
| Modifier and Type | Method | Description |
|---|---|---|
BatchReadRequest.Builder |
consistencyLevel(String consistencyLevel) |
Represents the manner and timing in which the successful write or update of an object is reflected in a
subsequent read operation of that same object.
|
BatchReadRequest.Builder |
consistencyLevel(ConsistencyLevel consistencyLevel) |
Represents the manner and timing in which the successful write or update of an object is reflected in a
subsequent read operation of that same object.
|
BatchReadRequest.Builder |
directoryArn(String directoryArn) |
The Amazon Resource Name (ARN) that is associated with the Directory.
|
BatchReadRequest.Builder |
operations(Collection<BatchReadOperation> operations) |
A list of operations that are part of the batch.
|
BatchReadRequest.Builder |
operations(BatchReadOperation... operations) |
A list of operations that are part of the batch.
|
copyapply, buildBatchReadRequest.Builder directoryArn(String directoryArn)
BatchReadRequest.Builder operations(Collection<BatchReadOperation> operations)
A list of operations that are part of the batch.
operations - A list of operations that are part of the batch.BatchReadRequest.Builder operations(BatchReadOperation... operations)
A list of operations that are part of the batch.
NOTE: This method appends the values to the existing list (if any). Use
#setOperations(java.util.Collection) or #withOperations(java.util.Collection) if you want to
override the existing values.
operations - A list of operations that are part of the batch.BatchReadRequest.Builder consistencyLevel(String consistencyLevel)
Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.
consistencyLevel - Represents the manner and timing in which the successful write or update of an object is reflected in
a subsequent read operation of that same object.ConsistencyLevelBatchReadRequest.Builder consistencyLevel(ConsistencyLevel consistencyLevel)
Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.
consistencyLevel - Represents the manner and timing in which the successful write or update of an object is reflected in
a subsequent read operation of that same object.ConsistencyLevelCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.