CopyableBuilder<DeleteAttributesRequest.Builder,DeleteAttributesRequest>
, SdkBuilder<DeleteAttributesRequest.Builder,DeleteAttributesRequest>
public static interface DeleteAttributesRequest.Builder extends CopyableBuilder<DeleteAttributesRequest.Builder,DeleteAttributesRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteAttributesRequest.Builder |
attributes(Collection<Attribute> attributes) |
A list of Attributes.
|
DeleteAttributesRequest.Builder |
attributes(Attribute... attributes) |
A list of Attributes.
|
DeleteAttributesRequest.Builder |
domainName(String domainName) |
The name of the domain in which to perform the operation.
|
DeleteAttributesRequest.Builder |
expected(UpdateCondition expected) |
The update condition which, if specified, determines whether the specified attributes will be deleted or not.
|
DeleteAttributesRequest.Builder |
itemName(String itemName) |
The name of the item.
|
copy
apply, build
DeleteAttributesRequest.Builder domainName(String domainName)
domainName
- The name of the domain in which to perform the operation.DeleteAttributesRequest.Builder itemName(String itemName)
itemName
- The name of the item. Similar to rows on a spreadsheet, items represent individual objects that
contain one or more value-attribute pairs.DeleteAttributesRequest.Builder attributes(Collection<Attribute> attributes)
attributes
- A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data
that can be assigned to items.DeleteAttributesRequest.Builder attributes(Attribute... attributes)
NOTE: This method appends the values to the existing list (if any). Use
#setAttributes(java.util.Collection)
or #withAttributes(java.util.Collection)
if you want to
override the existing values.
attributes
- A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data
that can be assigned to items.DeleteAttributesRequest.Builder expected(UpdateCondition expected)
expected
- The update condition which, if specified, determines whether the specified attributes will be deleted
or not. The update condition must be satisfied in order for this request to be processed and the
attributes to be deleted.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.