Interface DescribeLookupTablesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudWatchLogsRequest.Builder,CopyableBuilder<DescribeLookupTablesRequest.Builder,DescribeLookupTablesRequest>,SdkBuilder<DescribeLookupTablesRequest.Builder,DescribeLookupTablesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeLookupTablesRequest
@Mutable @NotThreadSafe public static interface DescribeLookupTablesRequest.Builder extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<DescribeLookupTablesRequest.Builder,DescribeLookupTablesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeLookupTablesRequest.BuilderlookupTableNamePrefix(String lookupTableNamePrefix)A prefix to filter lookup tables by name.DescribeLookupTablesRequest.BuildermaxResults(Integer maxResults)The maximum number of lookup tables to return in the response.DescribeLookupTablesRequest.BuildernextToken(String nextToken)The token for the next set of items to return.DescribeLookupTablesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeLookupTablesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsRequest.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
lookupTableNamePrefix
DescribeLookupTablesRequest.Builder lookupTableNamePrefix(String lookupTableNamePrefix)
A prefix to filter lookup tables by name. Only tables whose names start with this prefix are returned. If you don't specify a prefix, all tables in the account and Region are returned.
- Parameters:
lookupTableNamePrefix- A prefix to filter lookup tables by name. Only tables whose names start with this prefix are returned. If you don't specify a prefix, all tables in the account and Region are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
DescribeLookupTablesRequest.Builder maxResults(Integer maxResults)
The maximum number of lookup tables to return in the response. The default value is 50 and the maximum value is 100.
- Parameters:
maxResults- The maximum number of lookup tables to return in the response. The default value is 50 and the maximum value is 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeLookupTablesRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
- Parameters:
nextToken- The token for the next set of items to return. (You received this token from a previous call.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeLookupTablesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeLookupTablesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-