public static interface BatchReadRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<BatchReadRequest.Builder,BatchReadRequest>
| Modifier and Type | Method and Description |
|---|---|
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 |
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 |
directoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory.
|
BatchReadRequest.Builder |
operations(BatchReadOperation... operations)
A list of operations that are part of the batch.
|
BatchReadRequest.Builder |
operations(Collection<BatchReadOperation> operations)
A list of operations that are part of the batch.
|
BatchReadRequest.Builder |
operations(Consumer<BatchReadOperation.Builder>... operations)
A list of operations that are part of the batch.
|
BatchReadRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchReadRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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.
operations - A list of operations that are part of the batch.BatchReadRequest.Builder operations(Consumer<BatchReadOperation.Builder>... operations)
A list of operations that are part of the batch.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #operations(List) .operations - a consumer that will call methods on List.Builder #operations(List) 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.ConsistencyLevel,
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.ConsistencyLevel,
ConsistencyLevelBatchReadRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchReadRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.