Interface ListConfiguredTableAssociationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsRequest.Builder,CopyableBuilder<ListConfiguredTableAssociationsRequest.Builder,ListConfiguredTableAssociationsRequest>,SdkBuilder<ListConfiguredTableAssociationsRequest.Builder,ListConfiguredTableAssociationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListConfiguredTableAssociationsRequest
public static interface ListConfiguredTableAssociationsRequest.Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<ListConfiguredTableAssociationsRequest.Builder,ListConfiguredTableAssociationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListConfiguredTableAssociationsRequest.BuildermaxResults(Integer maxResults)The maximum size of the results that is returned per call.ListConfiguredTableAssociationsRequest.BuildermembershipIdentifier(String membershipIdentifier)A unique identifier for the membership to list configured table associations for.ListConfiguredTableAssociationsRequest.BuildernextToken(String nextToken)The token value retrieved from a previous call to access the next page of results.ListConfiguredTableAssociationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListConfiguredTableAssociationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cleanrooms.model.CleanRoomsRequest.Builder
build
-
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
-
-
-
-
Method Detail
-
membershipIdentifier
ListConfiguredTableAssociationsRequest.Builder membershipIdentifier(String membershipIdentifier)
A unique identifier for the membership to list configured table associations for. Currently accepts the membership ID.
- Parameters:
membershipIdentifier- A unique identifier for the membership to list configured table associations for. Currently accepts the membership ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListConfiguredTableAssociationsRequest.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.
-
maxResults
ListConfiguredTableAssociationsRequest.Builder maxResults(Integer maxResults)
The maximum size of the results that is returned per call.
- Parameters:
maxResults- The maximum size of the results that is returned per call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListConfiguredTableAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListConfiguredTableAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-