public static interface BatchWriteRequest.Builder extends CloudDirectoryRequest.Builder, CopyableBuilder<BatchWriteRequest.Builder,BatchWriteRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchWriteRequest.Builder |
directoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory.
|
BatchWriteRequest.Builder |
operations(BatchWriteOperation... operations)
A list of operations that are part of the batch.
|
BatchWriteRequest.Builder |
operations(Collection<BatchWriteOperation> operations)
A list of operations that are part of the batch.
|
BatchWriteRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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.
operations - A list of operations that are part of the batch.BatchWriteRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.