public static interface ListConfiguredTablesResponse.Builder extends CleanRoomsResponse.Builder, SdkPojo, CopyableBuilder<ListConfiguredTablesResponse.Builder,ListConfiguredTablesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListConfiguredTablesResponse.Builder |
configuredTableSummaries(Collection<ConfiguredTableSummary> configuredTableSummaries)
The configured tables listed by the request.
|
ListConfiguredTablesResponse.Builder |
configuredTableSummaries(ConfiguredTableSummary... configuredTableSummaries)
The configured tables listed by the request.
|
ListConfiguredTablesResponse.Builder |
configuredTableSummaries(Consumer<ConfiguredTableSummary.Builder>... configuredTableSummaries)
The configured tables listed by the request.
|
ListConfiguredTablesResponse.Builder |
nextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListConfiguredTablesResponse.Builder configuredTableSummaries(Collection<ConfiguredTableSummary> configuredTableSummaries)
The configured tables listed by the request.
configuredTableSummaries - The configured tables listed by the request.ListConfiguredTablesResponse.Builder configuredTableSummaries(ConfiguredTableSummary... configuredTableSummaries)
The configured tables listed by the request.
configuredTableSummaries - The configured tables listed by the request.ListConfiguredTablesResponse.Builder configuredTableSummaries(Consumer<ConfiguredTableSummary.Builder>... configuredTableSummaries)
The configured tables listed by the request.
This is a convenience method that creates an instance of theConfiguredTableSummary.Builder avoiding the need to
create one manually via
ConfiguredTableSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #configuredTableSummaries(List.
configuredTableSummaries - a consumer that will call methods on
ConfiguredTableSummary.Builder#configuredTableSummaries(java.util.Collection) ListConfiguredTablesResponse.Builder nextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken - The token value retrieved from a previous call to access the next page of results.Copyright © 2023. All rights reserved.