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 theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #preparedStatements(List) .preparedStatements - a consumer that will call methods on List.Builder #preparedStatements(List) 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 the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #unprocessedPreparedStatementNames(List) .unprocessedPreparedStatementNames - a consumer that will call methods on List.Builder #unprocessedPreparedStatementNames(List) Copyright © 2022. All rights reserved.