public static interface ExecuteTransactionRequest.Builder extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<ExecuteTransactionRequest.Builder,ExecuteTransactionRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ExecuteTransactionRequest.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 that creates an instance of theList.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #transactStatements(List)
.transactStatements
- a consumer that will call methods on List.Builder
#transactStatements(List)
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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ExecuteTransactionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.