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