public static interface ListPreparedStatementsResponse.Builder extends AthenaResponse.Builder, SdkPojo, CopyableBuilder<ListPreparedStatementsResponse.Builder,ListPreparedStatementsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPreparedStatementsResponse.Builder |
nextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
ListPreparedStatementsResponse.Builder |
preparedStatements(Collection<PreparedStatementSummary> preparedStatements)
The list of prepared statements for the workgroup.
|
ListPreparedStatementsResponse.Builder |
preparedStatements(Consumer<PreparedStatementSummary.Builder>... preparedStatements)
The list of prepared statements for the workgroup.
|
ListPreparedStatementsResponse.Builder |
preparedStatements(PreparedStatementSummary... preparedStatements)
The list of prepared statements for the workgroup.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPreparedStatementsResponse.Builder preparedStatements(Collection<PreparedStatementSummary> preparedStatements)
The list of prepared statements for the workgroup.
preparedStatements - The list of prepared statements for the workgroup.ListPreparedStatementsResponse.Builder preparedStatements(PreparedStatementSummary... preparedStatements)
The list of prepared statements for the workgroup.
preparedStatements - The list of prepared statements for the workgroup.ListPreparedStatementsResponse.Builder preparedStatements(Consumer<PreparedStatementSummary.Builder>... preparedStatements)
The list of prepared statements for the workgroup.
This is a convenience method that creates an instance of thePreparedStatementSummary.Builder avoiding the need to
create one manually via
PreparedStatementSummary.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
PreparedStatementSummary.Builder#preparedStatements(java.util.Collection) ListPreparedStatementsResponse.Builder nextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated. To obtain the next set of pages, pass in the NextToken from the response object of
the previous page call.
nextToken - A token generated by the Athena service that specifies where to continue pagination if a previous
request was truncated. To obtain the next set of pages, pass in the NextToken from the
response object of the previous page call.Copyright © 2023. All rights reserved.