public static interface CreatePreparedStatementRequest.Builder extends AthenaRequest.Builder, SdkPojo, CopyableBuilder<CreatePreparedStatementRequest.Builder,CreatePreparedStatementRequest>
| Modifier and Type | Method and Description |
|---|---|
CreatePreparedStatementRequest.Builder |
description(String description)
The description of the prepared statement.
|
CreatePreparedStatementRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreatePreparedStatementRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreatePreparedStatementRequest.Builder |
queryStatement(String queryStatement)
The query string for the prepared statement.
|
CreatePreparedStatementRequest.Builder |
statementName(String statementName)
The name of the prepared statement.
|
CreatePreparedStatementRequest.Builder |
workGroup(String workGroup)
The name of the workgroup to which the prepared statement belongs.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreatePreparedStatementRequest.Builder statementName(String statementName)
The name of the prepared statement.
statementName - The name of the prepared statement.CreatePreparedStatementRequest.Builder workGroup(String workGroup)
The name of the workgroup to which the prepared statement belongs.
workGroup - The name of the workgroup to which the prepared statement belongs.CreatePreparedStatementRequest.Builder queryStatement(String queryStatement)
The query string for the prepared statement.
queryStatement - The query string for the prepared statement.CreatePreparedStatementRequest.Builder description(String description)
The description of the prepared statement.
description - The description of the prepared statement.CreatePreparedStatementRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreatePreparedStatementRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.