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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListConfiguredTableAssociationsResponse.BuilderconfiguredTableAssociationSummaries(Collection<ConfiguredTableAssociationSummary> configuredTableAssociationSummaries)The retrieved list of configured table associations.ListConfiguredTableAssociationsResponse.BuilderconfiguredTableAssociationSummaries(Consumer<ConfiguredTableAssociationSummary.Builder>... configuredTableAssociationSummaries)The retrieved list of configured table associations.ListConfiguredTableAssociationsResponse.BuilderconfiguredTableAssociationSummaries(ConfiguredTableAssociationSummary... configuredTableAssociationSummaries)The retrieved list of configured table associations.ListConfiguredTableAssociationsResponse.BuildernextToken(String nextToken)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 Detail
-
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.Builderavoiding the need to create one manually viaConfiguredTableAssociationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#configuredTableAssociationSummaries(List.) - 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:
#configuredTableAssociationSummaries(java.util.Collection)
-
nextToken
ListConfiguredTableAssociationsResponse.Builder nextToken(String 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.
-
-