CopyableBuilder<BatchDeleteAttributesRequest.Builder,BatchDeleteAttributesRequest>
, SdkBuilder<BatchDeleteAttributesRequest.Builder,BatchDeleteAttributesRequest>
public static interface BatchDeleteAttributesRequest.Builder extends CopyableBuilder<BatchDeleteAttributesRequest.Builder,BatchDeleteAttributesRequest>
Modifier and Type | Method | 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.
|
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)
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.