Interface TransactWriteItemsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<TransactWriteItemsRequest.Builder,TransactWriteItemsRequest>,DynamoDbRequest.Builder,SdkBuilder<TransactWriteItemsRequest.Builder,TransactWriteItemsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- TransactWriteItemsRequest
public static interface TransactWriteItemsRequest.Builder extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<TransactWriteItemsRequest.Builder,TransactWriteItemsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransactWriteItemsRequest.BuilderclientRequestToken(String clientRequestToken)Providing aClientRequestTokenmakes the call toTransactWriteItemsidempotent, meaning that multiple identical calls have the same effect as one single call.TransactWriteItemsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)TransactWriteItemsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)TransactWriteItemsRequest.BuilderreturnConsumedCapacity(String returnConsumedCapacity)Sets the value of the ReturnConsumedCapacity property for this object.TransactWriteItemsRequest.BuilderreturnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)Sets the value of the ReturnConsumedCapacity property for this object.TransactWriteItemsRequest.BuilderreturnItemCollectionMetrics(String returnItemCollectionMetrics)Determines whether item collection metrics are returned.TransactWriteItemsRequest.BuilderreturnItemCollectionMetrics(ReturnItemCollectionMetrics returnItemCollectionMetrics)Determines whether item collection metrics are returned.TransactWriteItemsRequest.BuildertransactItems(Collection<TransactWriteItem> transactItems)An ordered array of up to 100TransactWriteItemobjects, each of which contains aConditionCheck,Put,Update, orDeleteobject.TransactWriteItemsRequest.BuildertransactItems(Consumer<TransactWriteItem.Builder>... transactItems)An ordered array of up to 100TransactWriteItemobjects, each of which contains aConditionCheck,Put,Update, orDeleteobject.TransactWriteItemsRequest.BuildertransactItems(TransactWriteItem... transactItems)An ordered array of up to 100TransactWriteItemobjects, each of which contains aConditionCheck,Put,Update, orDeleteobject.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.dynamodb.model.DynamoDbRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
transactItems
TransactWriteItemsRequest.Builder transactItems(Collection<TransactWriteItem> transactItems)
An ordered array of up to 100
TransactWriteItemobjects, each of which contains aConditionCheck,Put,Update, orDeleteobject. These can operate on items in different tables, but the tables must reside in the same Amazon Web Services account and Region, and no two of them can operate on the same item.- Parameters:
transactItems- An ordered array of up to 100TransactWriteItemobjects, each of which contains aConditionCheck,Put,Update, orDeleteobject. These can operate on items in different tables, but the tables must reside in the same Amazon Web Services account and Region, and no two of them can operate on the same item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transactItems
TransactWriteItemsRequest.Builder transactItems(TransactWriteItem... transactItems)
An ordered array of up to 100
TransactWriteItemobjects, each of which contains aConditionCheck,Put,Update, orDeleteobject. These can operate on items in different tables, but the tables must reside in the same Amazon Web Services account and Region, and no two of them can operate on the same item.- Parameters:
transactItems- An ordered array of up to 100TransactWriteItemobjects, each of which contains aConditionCheck,Put,Update, orDeleteobject. These can operate on items in different tables, but the tables must reside in the same Amazon Web Services account and Region, and no two of them can operate on the same item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transactItems
TransactWriteItemsRequest.Builder transactItems(Consumer<TransactWriteItem.Builder>... transactItems)
An ordered array of up to 100
This is a convenience method that creates an instance of theTransactWriteItemobjects, each of which contains aConditionCheck,Put,Update, orDeleteobject. These can operate on items in different tables, but the tables must reside in the same Amazon Web Services account and Region, and no two of them can operate on the same item.TransactWriteItem.Builderavoiding the need to create one manually viaTransactWriteItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#transactItems(List.) - Parameters:
transactItems- a consumer that will call methods onTransactWriteItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#transactItems(java.util.Collection)
-
returnConsumedCapacity
TransactWriteItemsRequest.Builder returnConsumedCapacity(String returnConsumedCapacity)
Sets the value of the ReturnConsumedCapacity property for this object.- Parameters:
returnConsumedCapacity- The new value for the ReturnConsumedCapacity property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReturnConsumedCapacity,ReturnConsumedCapacity
-
returnConsumedCapacity
TransactWriteItemsRequest.Builder returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)
Sets the value of the ReturnConsumedCapacity property for this object.- Parameters:
returnConsumedCapacity- The new value for the ReturnConsumedCapacity property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReturnConsumedCapacity,ReturnConsumedCapacity
-
returnItemCollectionMetrics
TransactWriteItemsRequest.Builder returnItemCollectionMetrics(String returnItemCollectionMetrics)
Determines whether item collection metrics are returned. If set to
SIZE, the response includes statistics about item collections (if any), that were modified during the operation and are returned in the response. If set toNONE(the default), no statistics are returned.- Parameters:
returnItemCollectionMetrics- Determines whether item collection metrics are returned. If set toSIZE, the response includes statistics about item collections (if any), that were modified during the operation and are returned in the response. If set toNONE(the default), no statistics are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReturnItemCollectionMetrics,ReturnItemCollectionMetrics
-
returnItemCollectionMetrics
TransactWriteItemsRequest.Builder returnItemCollectionMetrics(ReturnItemCollectionMetrics returnItemCollectionMetrics)
Determines whether item collection metrics are returned. If set to
SIZE, the response includes statistics about item collections (if any), that were modified during the operation and are returned in the response. If set toNONE(the default), no statistics are returned.- Parameters:
returnItemCollectionMetrics- Determines whether item collection metrics are returned. If set toSIZE, the response includes statistics about item collections (if any), that were modified during the operation and are returned in the response. If set toNONE(the default), no statistics are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReturnItemCollectionMetrics,ReturnItemCollectionMetrics
-
clientRequestToken
TransactWriteItemsRequest.Builder clientRequestToken(String clientRequestToken)
Providing a
ClientRequestTokenmakes the call toTransactWriteItemsidempotent, meaning that multiple identical calls have the same effect as one single call.Although multiple identical calls using the same client request token produce the same result on the server (no side effects), the responses to the calls might not be the same. If the
ReturnConsumedCapacityparameter is set, then the initialTransactWriteItemscall returns the amount of write capacity units consumed in making the changes. SubsequentTransactWriteItemscalls with the same client token return the number of read capacity units consumed in reading the item.A client request token is valid for 10 minutes after the first request that uses it is completed. After 10 minutes, any request with the same client token is treated as a new request. Do not resubmit the same request with the same client token for more than 10 minutes, or the result might not be idempotent.
If you submit a request with the same client token but a change in other parameters within the 10-minute idempotency window, DynamoDB returns an
IdempotentParameterMismatchexception.- Parameters:
clientRequestToken- Providing aClientRequestTokenmakes the call toTransactWriteItemsidempotent, meaning that multiple identical calls have the same effect as one single call.Although multiple identical calls using the same client request token produce the same result on the server (no side effects), the responses to the calls might not be the same. If the
ReturnConsumedCapacityparameter is set, then the initialTransactWriteItemscall returns the amount of write capacity units consumed in making the changes. SubsequentTransactWriteItemscalls with the same client token return the number of read capacity units consumed in reading the item.A client request token is valid for 10 minutes after the first request that uses it is completed. After 10 minutes, any request with the same client token is treated as a new request. Do not resubmit the same request with the same client token for more than 10 minutes, or the result might not be idempotent.
If you submit a request with the same client token but a change in other parameters within the 10-minute idempotency window, DynamoDB returns an
IdempotentParameterMismatchexception.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
TransactWriteItemsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
TransactWriteItemsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-