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(Consumer<ReplaceableItem.Builder>... 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.
|
BatchPutAttributesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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 items(Consumer<ReplaceableItem.Builder>... items)
List.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #items(List) .items - a consumer that will call methods on List.Builder #items(List) BatchPutAttributesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.BatchPutAttributesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.