public static interface BatchGetPreparedStatementResponse.Builder extends AthenaResponse.Builder, SdkPojo, CopyableBuilder<BatchGetPreparedStatementResponse.Builder,BatchGetPreparedStatementResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchGetPreparedStatementResponse.Builder |
preparedStatements(Collection<PreparedStatement> preparedStatements)
The list of prepared statements returned.
|
BatchGetPreparedStatementResponse.Builder |
preparedStatements(Consumer<PreparedStatement.Builder>... preparedStatements)
The list of prepared statements returned.
|
BatchGetPreparedStatementResponse.Builder |
preparedStatements(PreparedStatement... preparedStatements)
The list of prepared statements returned.
|
BatchGetPreparedStatementResponse.Builder |
unprocessedPreparedStatementNames(Collection<UnprocessedPreparedStatementName> unprocessedPreparedStatementNames)
A list of one or more prepared statements that were requested but could not be returned.
|
BatchGetPreparedStatementResponse.Builder |
unprocessedPreparedStatementNames(Consumer<UnprocessedPreparedStatementName.Builder>... unprocessedPreparedStatementNames)
A list of one or more prepared statements that were requested but could not be returned.
|
BatchGetPreparedStatementResponse.Builder |
unprocessedPreparedStatementNames(UnprocessedPreparedStatementName... unprocessedPreparedStatementNames)
A list of one or more prepared statements that were requested but could not be returned.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetPreparedStatementResponse.Builder preparedStatements(Collection<PreparedStatement> preparedStatements)
The list of prepared statements returned.
preparedStatements - The list of prepared statements returned.BatchGetPreparedStatementResponse.Builder preparedStatements(PreparedStatement... preparedStatements)
The list of prepared statements returned.
preparedStatements - The list of prepared statements returned.BatchGetPreparedStatementResponse.Builder preparedStatements(Consumer<PreparedStatement.Builder>... preparedStatements)
The list of prepared statements returned.
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 #preparedStatements(List.
preparedStatements - a consumer that will call methods on
PreparedStatement.Builder#preparedStatements(java.util.Collection) BatchGetPreparedStatementResponse.Builder unprocessedPreparedStatementNames(Collection<UnprocessedPreparedStatementName> unprocessedPreparedStatementNames)
A list of one or more prepared statements that were requested but could not be returned.
unprocessedPreparedStatementNames - A list of one or more prepared statements that were requested but could not be returned.BatchGetPreparedStatementResponse.Builder unprocessedPreparedStatementNames(UnprocessedPreparedStatementName... unprocessedPreparedStatementNames)
A list of one or more prepared statements that were requested but could not be returned.
unprocessedPreparedStatementNames - A list of one or more prepared statements that were requested but could not be returned.BatchGetPreparedStatementResponse.Builder unprocessedPreparedStatementNames(Consumer<UnprocessedPreparedStatementName.Builder>... unprocessedPreparedStatementNames)
A list of one or more prepared statements that were requested but could not be returned.
This is a convenience method that creates an instance of theUnprocessedPreparedStatementName.Builder avoiding the
need to create one manually via
UnprocessedPreparedStatementName.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #unprocessedPreparedStatementNames(List.
unprocessedPreparedStatementNames - a consumer that will call methods on
UnprocessedPreparedStatementName.Builder#unprocessedPreparedStatementNames(java.util.Collection) Copyright © 2023. All rights reserved.