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.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
BatchPutAttributesRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.