public static interface ExecuteTransactionRequest.Builder extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<ExecuteTransactionRequest.Builder,ExecuteTransactionRequest>
| Modifier and Type | Method and Description |
|---|---|
ExecuteTransactionRequest.Builder |
clientRequestToken(String clientRequestToken)
Set this value to get remaining results, if
NextToken was returned in the statement response. |
ExecuteTransactionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ExecuteTransactionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ExecuteTransactionRequest.Builder |
returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)
Determines the level of detail about either provisioned or on-demand throughput consumption that is returned
in the response.
|
ExecuteTransactionRequest.Builder |
returnConsumedCapacity(String returnConsumedCapacity)
Determines the level of detail about either provisioned or on-demand throughput consumption that is returned
in the response.
|
ExecuteTransactionRequest.Builder |
transactStatements(Collection<ParameterizedStatement> transactStatements)
The list of PartiQL statements representing the transaction to run.
|
ExecuteTransactionRequest.Builder |
transactStatements(Consumer<ParameterizedStatement.Builder>... transactStatements)
The list of PartiQL statements representing the transaction to run.
|
ExecuteTransactionRequest.Builder |
transactStatements(ParameterizedStatement... transactStatements)
The list of PartiQL statements representing the transaction to run.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildExecuteTransactionRequest.Builder transactStatements(Collection<ParameterizedStatement> transactStatements)
The list of PartiQL statements representing the transaction to run.
transactStatements - The list of PartiQL statements representing the transaction to run.ExecuteTransactionRequest.Builder transactStatements(ParameterizedStatement... transactStatements)
The list of PartiQL statements representing the transaction to run.
transactStatements - The list of PartiQL statements representing the transaction to run.ExecuteTransactionRequest.Builder transactStatements(Consumer<ParameterizedStatement.Builder>... transactStatements)
The list of PartiQL statements representing the transaction to run.
This is a convenience method that creates an instance of theParameterizedStatement.Builder avoiding the need to
create one manually via
ParameterizedStatement.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #transactStatements(List.
transactStatements - a consumer that will call methods on
ParameterizedStatement.Builder#transactStatements(java.util.Collection) ExecuteTransactionRequest.Builder clientRequestToken(String clientRequestToken)
Set this value to get remaining results, if NextToken was returned in the statement response.
clientRequestToken - Set this value to get remaining results, if NextToken was returned in the statement
response.ExecuteTransactionRequest.Builder returnConsumedCapacity(String returnConsumedCapacity)
Determines the level of detail about either provisioned or on-demand throughput consumption that is returned in the response. For more information, see TransactGetItems and TransactWriteItems.
returnConsumedCapacity - Determines the level of detail about either provisioned or on-demand throughput consumption that is
returned in the response. For more information, see TransactGetItems and TransactWriteItems.ReturnConsumedCapacity,
ReturnConsumedCapacityExecuteTransactionRequest.Builder returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)
Determines the level of detail about either provisioned or on-demand throughput consumption that is returned in the response. For more information, see TransactGetItems and TransactWriteItems.
returnConsumedCapacity - Determines the level of detail about either provisioned or on-demand throughput consumption that is
returned in the response. For more information, see TransactGetItems and TransactWriteItems.ReturnConsumedCapacity,
ReturnConsumedCapacityExecuteTransactionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderExecuteTransactionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.