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