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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreatePreparedStatementRequest.Builderdescription(String description)The description of the prepared statement.CreatePreparedStatementRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreatePreparedStatementRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreatePreparedStatementRequest.BuilderqueryStatement(String queryStatement)The query string for the prepared statement.CreatePreparedStatementRequest.BuilderstatementName(String statementName)The name of the prepared statement.CreatePreparedStatementRequest.BuilderworkGroup(String workGroup)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
statementName
CreatePreparedStatementRequest.Builder statementName(String 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
CreatePreparedStatementRequest.Builder workGroup(String 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
CreatePreparedStatementRequest.Builder queryStatement(String 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
CreatePreparedStatementRequest.Builder description(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreatePreparedStatementRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-