Interface BatchGetPreparedStatementRequest.Builder
- All Superinterfaces:
AthenaRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<BatchGetPreparedStatementRequest.Builder,
,BatchGetPreparedStatementRequest> SdkBuilder<BatchGetPreparedStatementRequest.Builder,
,BatchGetPreparedStatementRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
BatchGetPreparedStatementRequest
@Mutable
@NotThreadSafe
public static interface BatchGetPreparedStatementRequest.Builder
extends AthenaRequest.Builder, SdkPojo, CopyableBuilder<BatchGetPreparedStatementRequest.Builder,BatchGetPreparedStatementRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.preparedStatementNames
(String... preparedStatementNames) A list of prepared statement names to return.preparedStatementNames
(Collection<String> preparedStatementNames) A list of prepared statement names to return.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 Details
-
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
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
BatchGetPreparedStatementRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-