Interface ListConfiguredTableAssociationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CleanRoomsResponse.Builder
,CopyableBuilder<ListConfiguredTableAssociationsResponse.Builder,
,ListConfiguredTableAssociationsResponse> SdkBuilder<ListConfiguredTableAssociationsResponse.Builder,
,ListConfiguredTableAssociationsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListConfiguredTableAssociationsResponse
public static interface ListConfiguredTableAssociationsResponse.Builder
extends CleanRoomsResponse.Builder, SdkPojo, CopyableBuilder<ListConfiguredTableAssociationsResponse.Builder,ListConfiguredTableAssociationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionconfiguredTableAssociationSummaries
(Collection<ConfiguredTableAssociationSummary> configuredTableAssociationSummaries) The retrieved list of configured table associations.configuredTableAssociationSummaries
(Consumer<ConfiguredTableAssociationSummary.Builder>... configuredTableAssociationSummaries) The retrieved list of configured table associations.configuredTableAssociationSummaries
(ConfiguredTableAssociationSummary... configuredTableAssociationSummaries) The retrieved list of configured table associations.The token value retrieved from a previous call to access the next page of results.Methods inherited from interface software.amazon.awssdk.services.cleanrooms.model.CleanRoomsResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
configuredTableAssociationSummaries
ListConfiguredTableAssociationsResponse.Builder configuredTableAssociationSummaries(Collection<ConfiguredTableAssociationSummary> configuredTableAssociationSummaries) The retrieved list of configured table associations.
- Parameters:
configuredTableAssociationSummaries
- The retrieved list of configured table associations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuredTableAssociationSummaries
ListConfiguredTableAssociationsResponse.Builder configuredTableAssociationSummaries(ConfiguredTableAssociationSummary... configuredTableAssociationSummaries) The retrieved list of configured table associations.
- Parameters:
configuredTableAssociationSummaries
- The retrieved list of configured table associations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuredTableAssociationSummaries
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 viaConfiguredTableAssociationSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toconfiguredTableAssociationSummaries(List<ConfiguredTableAssociationSummary>)
.- Parameters:
configuredTableAssociationSummaries
- a consumer that will call methods onConfiguredTableAssociationSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token value retrieved from a previous call to access the next page of results.
- Parameters:
nextToken
- The token value retrieved from a previous call to access the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-