CopyableBuilder<BatchWriteRequest.Builder,BatchWriteRequest>, SdkBuilder<BatchWriteRequest.Builder,BatchWriteRequest>public static interface BatchWriteRequest.Builder extends CopyableBuilder<BatchWriteRequest.Builder,BatchWriteRequest>
| Modifier and Type | Method | Description |
|---|---|---|
BatchWriteRequest.Builder |
directoryArn(String directoryArn) |
The Amazon Resource Name (ARN) that is associated with the Directory.
|
BatchWriteRequest.Builder |
operations(Collection<BatchWriteOperation> operations) |
A list of operations that are part of the batch.
|
BatchWriteRequest.Builder |
operations(BatchWriteOperation... operations) |
A list of operations that are part of the batch.
|
copyapply, buildBatchWriteRequest.Builder directoryArn(String directoryArn)
BatchWriteRequest.Builder operations(Collection<BatchWriteOperation> operations)
A list of operations that are part of the batch.
operations - A list of operations that are part of the batch.BatchWriteRequest.Builder operations(BatchWriteOperation... 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.