CopyableBuilder<BatchPutAttributesRequest.Builder,BatchPutAttributesRequest>, SdkBuilder<BatchPutAttributesRequest.Builder,BatchPutAttributesRequest>public static interface BatchPutAttributesRequest.Builder extends CopyableBuilder<BatchPutAttributesRequest.Builder,BatchPutAttributesRequest>
| Modifier and Type | Method | 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.
|
copyapply, 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)
NOTE: This method appends the values to the existing list (if any). Use
#setItems(java.util.Collection) or #withItems(java.util.Collection) if you want to override
the existing values.
items - A list of items on which to perform the operation.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.