public static interface GetPreparedStatementResponse.Builder extends AthenaResponse.Builder, SdkPojo, CopyableBuilder<GetPreparedStatementResponse.Builder,GetPreparedStatementResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetPreparedStatementResponse.Builder |
preparedStatement(Consumer<PreparedStatement.Builder> preparedStatement)
The name of the prepared statement that was retrieved.
|
GetPreparedStatementResponse.Builder |
preparedStatement(PreparedStatement preparedStatement)
The name of the prepared statement that was retrieved.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPreparedStatementResponse.Builder preparedStatement(PreparedStatement preparedStatement)
The name of the prepared statement that was retrieved.
preparedStatement - The name of the prepared statement that was retrieved.default GetPreparedStatementResponse.Builder preparedStatement(Consumer<PreparedStatement.Builder> preparedStatement)
The name of the prepared statement that was retrieved.
This is a convenience method that creates an instance of thePreparedStatement.Builder avoiding the
need to create one manually via PreparedStatement.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to preparedStatement(PreparedStatement).
preparedStatement - a consumer that will call methods on PreparedStatement.BuilderpreparedStatement(PreparedStatement)Copyright © 2023. All rights reserved.