public static interface PutAttributesRequest.Builder extends SimpleDBRequest.Builder, CopyableBuilder<PutAttributesRequest.Builder,PutAttributesRequest>
| Modifier and Type | Method and Description |
|---|---|
PutAttributesRequest.Builder |
attributes(Collection<ReplaceableAttribute> attributes)
The list of attributes.
|
PutAttributesRequest.Builder |
attributes(Consumer<ReplaceableAttribute.Builder>... 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.
|
default PutAttributesRequest.Builder |
expected(Consumer<UpdateCondition.Builder> expected)
The update condition which, if specified, determines whether the specified attributes will be updated or not.
|
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.
|
PutAttributesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
PutAttributesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildPutAttributesRequest.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)
attributes - The list of attributes.PutAttributesRequest.Builder attributes(Consumer<ReplaceableAttribute.Builder>... attributes)
.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #attributes(List) .attributes - a consumer that will call methods on List.Builder #attributes(List) 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.default PutAttributesRequest.Builder expected(Consumer<UpdateCondition.Builder> expected)
UpdateCondition.Builder avoiding the
need to create one manually via UpdateCondition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to expected(UpdateCondition).expected - a consumer that will call methods on UpdateCondition.Builderexpected(UpdateCondition)PutAttributesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.PutAttributesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.