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 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) Copyright © 2020. All rights reserved.