Interface DescribeServerlessCachesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeServerlessCachesRequest.Builder,DescribeServerlessCachesRequest>
,ElastiCacheRequest.Builder
,SdkBuilder<DescribeServerlessCachesRequest.Builder,DescribeServerlessCachesRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- DescribeServerlessCachesRequest
public static interface DescribeServerlessCachesRequest.Builder extends ElastiCacheRequest.Builder, SdkPojo, CopyableBuilder<DescribeServerlessCachesRequest.Builder,DescribeServerlessCachesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeServerlessCachesRequest.Builder
maxResults(Integer maxResults)
The maximum number of records in the response.DescribeServerlessCachesRequest.Builder
nextToken(String nextToken)
An optional marker returned from a prior request to support pagination of results from this operation.DescribeServerlessCachesRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DescribeServerlessCachesRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
DescribeServerlessCachesRequest.Builder
serverlessCacheName(String serverlessCacheName)
The identifier for the serverless cache.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elasticache.model.ElastiCacheRequest.Builder
build
-
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
-
serverlessCacheName
DescribeServerlessCachesRequest.Builder serverlessCacheName(String serverlessCacheName)
The identifier for the serverless cache. If this parameter is specified, only information about that specific serverless cache is returned. Default: NULL
- Parameters:
serverlessCacheName
- The identifier for the serverless cache. If this parameter is specified, only information about that specific serverless cache is returned. Default: NULL- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
DescribeServerlessCachesRequest.Builder maxResults(Integer maxResults)
The maximum number of records in the response. If more records exist than the specified max-records value, the next token is included in the response so that remaining results can be retrieved. The default is 50.
- Parameters:
maxResults
- The maximum number of records in the response. If more records exist than the specified max-records value, the next token is included in the response so that remaining results can be retrieved. The default is 50.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeServerlessCachesRequest.Builder nextToken(String nextToken)
An optional marker returned from a prior request to support pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxResults.
- Parameters:
nextToken
- An optional marker returned from a prior request to support pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxResults.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeServerlessCachesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeServerlessCachesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-