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