Interface ListConfiguredTablesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsRequest.Builder,CopyableBuilder<ListConfiguredTablesRequest.Builder,ListConfiguredTablesRequest>,SdkBuilder<ListConfiguredTablesRequest.Builder,ListConfiguredTablesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListConfiguredTablesRequest
public static interface ListConfiguredTablesRequest.Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<ListConfiguredTablesRequest.Builder,ListConfiguredTablesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListConfiguredTablesRequest.BuildermaxResults(Integer maxResults)The maximum size of the results that is returned per call.ListConfiguredTablesRequest.BuildernextToken(String nextToken)The token value retrieved from a previous call to access the next page of results.ListConfiguredTablesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListConfiguredTablesRequest.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
-
nextToken
ListConfiguredTablesRequest.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
ListConfiguredTablesRequest.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
ListConfiguredTablesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListConfiguredTablesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-