public static interface ListConfiguredTableAssociationsRequest.Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<ListConfiguredTableAssociationsRequest.Builder,ListConfiguredTableAssociationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListConfiguredTableAssociationsRequest.Builder |
maxResults(Integer maxResults)
The maximum size of the results that is returned per call.
|
ListConfiguredTableAssociationsRequest.Builder |
membershipIdentifier(String membershipIdentifier)
A unique identifier for the membership to list configured table associations for.
|
ListConfiguredTableAssociationsRequest.Builder |
nextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
ListConfiguredTableAssociationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListConfiguredTableAssociationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListConfiguredTableAssociationsRequest.Builder membershipIdentifier(String membershipIdentifier)
A unique identifier for the membership to list configured table associations for. Currently accepts the membership ID.
membershipIdentifier - A unique identifier for the membership to list configured table associations for. Currently accepts
the membership ID.ListConfiguredTableAssociationsRequest.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.ListConfiguredTableAssociationsRequest.Builder maxResults(Integer maxResults)
The maximum size of the results that is returned per call.
maxResults - The maximum size of the results that is returned per call.ListConfiguredTableAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListConfiguredTableAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.