Interface UpdatePreparedStatementRequest.Builder
-
- All Superinterfaces:
AthenaRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<UpdatePreparedStatementRequest.Builder,UpdatePreparedStatementRequest>,SdkBuilder<UpdatePreparedStatementRequest.Builder,UpdatePreparedStatementRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdatePreparedStatementRequest
public static interface UpdatePreparedStatementRequest.Builder extends AthenaRequest.Builder, SdkPojo, CopyableBuilder<UpdatePreparedStatementRequest.Builder,UpdatePreparedStatementRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdatePreparedStatementRequest.Builderdescription(String description)The description of the prepared statement.UpdatePreparedStatementRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdatePreparedStatementRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdatePreparedStatementRequest.BuilderqueryStatement(String queryStatement)The query string for the prepared statement.UpdatePreparedStatementRequest.BuilderstatementName(String statementName)The name of the prepared statement.UpdatePreparedStatementRequest.BuilderworkGroup(String workGroup)The workgroup for the prepared statement.-
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
UpdatePreparedStatementRequest.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
UpdatePreparedStatementRequest.Builder workGroup(String workGroup)
The workgroup for the prepared statement.
- Parameters:
workGroup- The workgroup for the prepared statement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryStatement
UpdatePreparedStatementRequest.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
UpdatePreparedStatementRequest.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
UpdatePreparedStatementRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdatePreparedStatementRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-