Interface CreatePreparedStatementRequest.Builder
- All Superinterfaces:
AthenaRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<CreatePreparedStatementRequest.Builder,
,CreatePreparedStatementRequest> SdkBuilder<CreatePreparedStatementRequest.Builder,
,CreatePreparedStatementRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreatePreparedStatementRequest
public static interface CreatePreparedStatementRequest.Builder
extends AthenaRequest.Builder, SdkPojo, CopyableBuilder<CreatePreparedStatementRequest.Builder,CreatePreparedStatementRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description of the prepared statement.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.queryStatement
(String queryStatement) The query string for the prepared statement.statementName
(String statementName) The name of the prepared statement.The name of the workgroup to which the prepared statement belongs.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, sdkFields
-
Method Details
-
statementName
The name of the prepared statement.
- Parameters:
statementName
- The name of the prepared statement.- 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 statement belongs.
- Parameters:
workGroup
- The name of the workgroup to which the prepared statement belongs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryStatement
The query string for the prepared statement.
- Parameters:
queryStatement
- The query string for the prepared statement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the prepared statement.
- Parameters:
description
- The description of the prepared statement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreatePreparedStatementRequest.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
CreatePreparedStatementRequest.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.
-