Interface ListTablesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BcmDataExportsRequest.Builder,Buildable,CopyableBuilder<ListTablesRequest.Builder,ListTablesRequest>,SdkBuilder<ListTablesRequest.Builder,ListTablesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListTablesRequest
public static interface ListTablesRequest.Builder extends BcmDataExportsRequest.Builder, SdkPojo, CopyableBuilder<ListTablesRequest.Builder,ListTablesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTablesRequest.BuildermaxResults(Integer maxResults)The maximum number of objects that are returned for the request.ListTablesRequest.BuildernextToken(String nextToken)The token to retrieve the next set of results.ListTablesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTablesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.bcmdataexports.model.BcmDataExportsRequest.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
-
maxResults
ListTablesRequest.Builder maxResults(Integer maxResults)
The maximum number of objects that are returned for the request.
- Parameters:
maxResults- The maximum number of objects that are returned for the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListTablesRequest.Builder nextToken(String nextToken)
The token to retrieve the next set of results.
- Parameters:
nextToken- The token to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListTablesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTablesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-