public static interface ExecuteStatementRequest.Builder extends SdkPojo, CopyableBuilder<ExecuteStatementRequest.Builder,ExecuteStatementRequest>
| Modifier and Type | Method and Description |
|---|---|
ExecuteStatementRequest.Builder |
parameters(Collection<ValueHolder> parameters)
Specifies the parameters for the parameterized statement in the request.
|
ExecuteStatementRequest.Builder |
parameters(Consumer<ValueHolder.Builder>... parameters)
Specifies the parameters for the parameterized statement in the request.
|
ExecuteStatementRequest.Builder |
parameters(ValueHolder... parameters)
Specifies the parameters for the parameterized statement in the request.
|
ExecuteStatementRequest.Builder |
statement(String statement)
Specifies the statement of the request.
|
ExecuteStatementRequest.Builder |
transactionId(String transactionId)
Specifies the transaction ID of the request.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExecuteStatementRequest.Builder transactionId(String transactionId)
Specifies the transaction ID of the request.
transactionId - Specifies the transaction ID of the request.ExecuteStatementRequest.Builder statement(String statement)
Specifies the statement of the request.
statement - Specifies the statement of the request.ExecuteStatementRequest.Builder parameters(Collection<ValueHolder> parameters)
Specifies the parameters for the parameterized statement in the request.
parameters - Specifies the parameters for the parameterized statement in the request.ExecuteStatementRequest.Builder parameters(ValueHolder... parameters)
Specifies the parameters for the parameterized statement in the request.
parameters - Specifies the parameters for the parameterized statement in the request.ExecuteStatementRequest.Builder parameters(Consumer<ValueHolder.Builder>... parameters)
Specifies the parameters for the parameterized statement in the request.
This is a convenience method that creates an instance of theValueHolder.Builder avoiding the need to create one
manually via ValueHolder.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #parameters(List.
parameters - a consumer that will call methods on
ValueHolder.Builder#parameters(java.util.Collection) Copyright © 2023. All rights reserved.