CopyableBuilder<PutAttributesRequest.Builder,PutAttributesRequest>
, SdkBuilder<PutAttributesRequest.Builder,PutAttributesRequest>
public static interface PutAttributesRequest.Builder extends CopyableBuilder<PutAttributesRequest.Builder,PutAttributesRequest>
Modifier and Type | Method | Description |
---|---|---|
PutAttributesRequest.Builder |
attributes(Collection<ReplaceableAttribute> attributes) |
The list of attributes.
|
PutAttributesRequest.Builder |
attributes(ReplaceableAttribute... attributes) |
The list of attributes.
|
PutAttributesRequest.Builder |
domainName(String domainName) |
The name of the domain in which to perform the operation.
|
PutAttributesRequest.Builder |
expected(UpdateCondition expected) |
The update condition which, if specified, determines whether the specified attributes will be updated or not.
|
PutAttributesRequest.Builder |
itemName(String itemName) |
The name of the item.
|
copy
apply, build
PutAttributesRequest.Builder domainName(String domainName)
domainName
- The name of the domain in which to perform the operation.PutAttributesRequest.Builder itemName(String itemName)
itemName
- The name of the item.PutAttributesRequest.Builder attributes(Collection<ReplaceableAttribute> attributes)
attributes
- The list of attributes.PutAttributesRequest.Builder attributes(ReplaceableAttribute... 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
- The list of attributes.PutAttributesRequest.Builder expected(UpdateCondition expected)
expected
- The update condition which, if specified, determines whether the specified attributes will be updated
or not. The update condition must be satisfied in order for this request to be processed and the
attributes to be updated.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.