public static interface ExecuteStatementRequest.Builder extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<ExecuteStatementRequest.Builder,ExecuteStatementRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildExecuteStatementRequest.Builder statement(String statement)
The PartiQL statement representing the operation to run.
statement - The PartiQL statement representing the operation to run.ExecuteStatementRequest.Builder parameters(Collection<AttributeValue> parameters)
The parameters for the PartiQL statement, if any.
parameters - The parameters for the PartiQL statement, if any.ExecuteStatementRequest.Builder parameters(AttributeValue... parameters)
The parameters for the PartiQL statement, if any.
parameters - The parameters for the PartiQL statement, if any.ExecuteStatementRequest.Builder parameters(Consumer<AttributeValue.Builder>... parameters)
The parameters for the PartiQL statement, if any.
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 #parameters(List) .parameters - a consumer that will call methods on List.Builder #parameters(List) ExecuteStatementRequest.Builder consistentRead(Boolean consistentRead)
The consistency of a read operation. If set to true, then a strongly consistent read is used;
otherwise, an eventually consistent read is used.
consistentRead - The consistency of a read operation. If set to true, then a strongly consistent read is
used; otherwise, an eventually consistent read is used.ExecuteStatementRequest.Builder nextToken(String nextToken)
Set this value to get remaining results, if NextToken was returned in the statement response.
nextToken - Set this value to get remaining results, if NextToken was returned in the statement
response.ExecuteStatementRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderExecuteStatementRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.