public static interface BatchGetPreparedStatementRequest.Builder extends AthenaRequest.Builder, SdkPojo, CopyableBuilder<BatchGetPreparedStatementRequest.Builder,BatchGetPreparedStatementRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchGetPreparedStatementRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchGetPreparedStatementRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchGetPreparedStatementRequest.Builder |
preparedStatementNames(Collection<String> preparedStatementNames)
A list of prepared statement names to return.
|
BatchGetPreparedStatementRequest.Builder |
preparedStatementNames(String... preparedStatementNames)
A list of prepared statement names to return.
|
BatchGetPreparedStatementRequest.Builder |
workGroup(String workGroup)
The name of the workgroup to which the prepared statements belong.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetPreparedStatementRequest.Builder preparedStatementNames(Collection<String> preparedStatementNames)
A list of prepared statement names to return.
preparedStatementNames - A list of prepared statement names to return.BatchGetPreparedStatementRequest.Builder preparedStatementNames(String... preparedStatementNames)
A list of prepared statement names to return.
preparedStatementNames - A list of prepared statement names to return.BatchGetPreparedStatementRequest.Builder workGroup(String workGroup)
The name of the workgroup to which the prepared statements belong.
workGroup - The name of the workgroup to which the prepared statements belong.BatchGetPreparedStatementRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchGetPreparedStatementRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.