public static interface BatchPutAttributesRequest.Builder extends SimpleDBRequest.Builder, CopyableBuilder<BatchPutAttributesRequest.Builder,BatchPutAttributesRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchPutAttributesRequest.Builder |
domainName(String domainName)
The name of the domain in which the attributes are being stored.
|
BatchPutAttributesRequest.Builder |
items(Collection<ReplaceableItem> items)
A list of items on which to perform the operation.
|
BatchPutAttributesRequest.Builder |
items(ReplaceableItem... items)
A list of items on which to perform the operation.
|
BatchPutAttributesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildBatchPutAttributesRequest.Builder domainName(String domainName)
domainName - The name of the domain in which the attributes are being stored.BatchPutAttributesRequest.Builder items(Collection<ReplaceableItem> items)
items - A list of items on which to perform the operation.BatchPutAttributesRequest.Builder items(ReplaceableItem... items)
items - A list of items on which to perform the operation.BatchPutAttributesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.