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