public static interface ListConfiguredTableAssociationsResponse.Builder extends CleanRoomsResponse.Builder, SdkPojo, CopyableBuilder<ListConfiguredTableAssociationsResponse.Builder,ListConfiguredTableAssociationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListConfiguredTableAssociationsResponse.Builder |
configuredTableAssociationSummaries(Collection<ConfiguredTableAssociationSummary> configuredTableAssociationSummaries)
The retrieved list of configured table associations.
|
ListConfiguredTableAssociationsResponse.Builder |
configuredTableAssociationSummaries(ConfiguredTableAssociationSummary... configuredTableAssociationSummaries)
The retrieved list of configured table associations.
|
ListConfiguredTableAssociationsResponse.Builder |
configuredTableAssociationSummaries(Consumer<ConfiguredTableAssociationSummary.Builder>... configuredTableAssociationSummaries)
The retrieved list of configured table associations.
|
ListConfiguredTableAssociationsResponse.Builder |
nextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListConfiguredTableAssociationsResponse.Builder configuredTableAssociationSummaries(Collection<ConfiguredTableAssociationSummary> configuredTableAssociationSummaries)
The retrieved list of configured table associations.
configuredTableAssociationSummaries - The retrieved list of configured table associations.ListConfiguredTableAssociationsResponse.Builder configuredTableAssociationSummaries(ConfiguredTableAssociationSummary... configuredTableAssociationSummaries)
The retrieved list of configured table associations.
configuredTableAssociationSummaries - The retrieved list of configured table associations.ListConfiguredTableAssociationsResponse.Builder configuredTableAssociationSummaries(Consumer<ConfiguredTableAssociationSummary.Builder>... configuredTableAssociationSummaries)
The retrieved list of configured table associations.
This is a convenience method that creates an instance of theConfiguredTableAssociationSummary.Builder avoiding
the need to create one manually via
ConfiguredTableAssociationSummary.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #configuredTableAssociationSummaries(List.
configuredTableAssociationSummaries - a consumer that will call methods on
ConfiguredTableAssociationSummary.Builder#configuredTableAssociationSummaries(java.util.Collection) ListConfiguredTableAssociationsResponse.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.