CopyableBuilder<DescribeCacheParametersRequest.Builder,DescribeCacheParametersRequest>
, SdkBuilder<DescribeCacheParametersRequest.Builder,DescribeCacheParametersRequest>
public static interface DescribeCacheParametersRequest.Builder extends CopyableBuilder<DescribeCacheParametersRequest.Builder,DescribeCacheParametersRequest>
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 |
source(String source) |
The parameter types to return.
|
copy
apply, build
DescribeCacheParametersRequest.Builder cacheParameterGroupName(String cacheParameterGroupName)
The name of a specific cache parameter group to return details for.
cacheParameterGroupName
- The name of a specific cache parameter group to return details for.DescribeCacheParametersRequest.Builder source(String source)
The parameter types to return.
Valid values: user
| system
| engine-default
source
- The parameter types to return.
Valid values: user
| system
| engine-default
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.
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.
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
.
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
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.