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.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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListConfiguredTableAssociationsRequest.Builder
overrideConfiguration(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:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListConfiguredTableAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-