Interface DescribeCacheParametersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeCacheParametersRequest.Builder,DescribeCacheParametersRequest>
,ElastiCacheRequest.Builder
,SdkBuilder<DescribeCacheParametersRequest.Builder,DescribeCacheParametersRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- DescribeCacheParametersRequest
public static interface DescribeCacheParametersRequest.Builder extends ElastiCacheRequest.Builder, SdkPojo, CopyableBuilder<DescribeCacheParametersRequest.Builder,DescribeCacheParametersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeCacheParametersRequest.Builder
cacheParameterGroupName(String cacheParameterGroupName)
The name of a specific cache parameter group to return details for.DescribeCacheParametersRequest.Builder
marker(String marker)
An optional marker returned from a prior request.DescribeCacheParametersRequest.Builder
maxRecords(Integer maxRecords)
The maximum number of records to include in the response.DescribeCacheParametersRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DescribeCacheParametersRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
DescribeCacheParametersRequest.Builder
source(String source)
The parameter types to return.-
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
-
cacheParameterGroupName
DescribeCacheParametersRequest.Builder cacheParameterGroupName(String cacheParameterGroupName)
The name of a specific cache parameter group to return details for.
- Parameters:
cacheParameterGroupName
- The name of a specific cache parameter group to return details for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
source
DescribeCacheParametersRequest.Builder source(String source)
The parameter types to return.
Valid values:
user
|system
|engine-default
- Parameters:
source
- The parameter types to return.Valid values:
user
|system
|engine-default
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxRecords
DescribeCacheParametersRequest.Builder maxRecords(Integer maxRecords)
The maximum number of records to include in the response. If more records exist than the specified
MaxRecords
value, a marker is included in the response so that the remaining results can be retrieved.Default: 100
Constraints: minimum 20; maximum 100.
- Parameters:
maxRecords
- The maximum number of records to include in the response. If more records exist than the specifiedMaxRecords
value, a marker is included in the response so that the remaining results can be retrieved.Default: 100
Constraints: minimum 20; maximum 100.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marker
DescribeCacheParametersRequest.Builder marker(String marker)
An optional marker returned from a prior request. Use this marker for 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
MaxRecords
.- Parameters:
marker
- An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified byMaxRecords
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeCacheParametersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeCacheParametersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-