Interface BatchGetPreparedStatementRequest.Builder
-
- All Superinterfaces:
AthenaRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<BatchGetPreparedStatementRequest.Builder,BatchGetPreparedStatementRequest>,SdkBuilder<BatchGetPreparedStatementRequest.Builder,BatchGetPreparedStatementRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchGetPreparedStatementRequest
public static interface BatchGetPreparedStatementRequest.Builder extends AthenaRequest.Builder, SdkPojo, CopyableBuilder<BatchGetPreparedStatementRequest.Builder,BatchGetPreparedStatementRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetPreparedStatementRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetPreparedStatementRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchGetPreparedStatementRequest.BuilderpreparedStatementNames(String... preparedStatementNames)A list of prepared statement names to return.BatchGetPreparedStatementRequest.BuilderpreparedStatementNames(Collection<String> preparedStatementNames)A list of prepared statement names to return.BatchGetPreparedStatementRequest.BuilderworkGroup(String workGroup)The name of the workgroup to which the prepared statements belong.-
Methods inherited from interface software.amazon.awssdk.services.athena.model.AthenaRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
preparedStatementNames
BatchGetPreparedStatementRequest.Builder preparedStatementNames(Collection<String> preparedStatementNames)
A list of prepared statement names to return.
- Parameters:
preparedStatementNames- A list of prepared statement names to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
preparedStatementNames
BatchGetPreparedStatementRequest.Builder preparedStatementNames(String... preparedStatementNames)
A list of prepared statement names to return.
- Parameters:
preparedStatementNames- A list of prepared statement names to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workGroup
BatchGetPreparedStatementRequest.Builder workGroup(String workGroup)
The name of the workgroup to which the prepared statements belong.
- Parameters:
workGroup- The name of the workgroup to which the prepared statements belong.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchGetPreparedStatementRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchGetPreparedStatementRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-