Interface DescribeCacheSubnetGroupsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeCacheSubnetGroupsRequest.Builder,DescribeCacheSubnetGroupsRequest>,ElastiCacheRequest.Builder,SdkBuilder<DescribeCacheSubnetGroupsRequest.Builder,DescribeCacheSubnetGroupsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeCacheSubnetGroupsRequest
@Mutable @NotThreadSafe public static interface DescribeCacheSubnetGroupsRequest.Builder extends ElastiCacheRequest.Builder, SdkPojo, CopyableBuilder<DescribeCacheSubnetGroupsRequest.Builder,DescribeCacheSubnetGroupsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeCacheSubnetGroupsRequest.BuildercacheSubnetGroupName(String cacheSubnetGroupName)The name of the cache subnet group to return details for.DescribeCacheSubnetGroupsRequest.Buildermarker(String marker)An optional marker returned from a prior request.DescribeCacheSubnetGroupsRequest.BuildermaxRecords(Integer maxRecords)The maximum number of records to include in the response.DescribeCacheSubnetGroupsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeCacheSubnetGroupsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
cacheSubnetGroupName
DescribeCacheSubnetGroupsRequest.Builder cacheSubnetGroupName(String cacheSubnetGroupName)
The name of the cache subnet group to return details for.
- Parameters:
cacheSubnetGroupName- The name of the cache subnet group to return details for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxRecords
DescribeCacheSubnetGroupsRequest.Builder maxRecords(Integer maxRecords)
The maximum number of records to include in the response. If more records exist than the specified
MaxRecordsvalue, 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 specifiedMaxRecordsvalue, 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
DescribeCacheSubnetGroupsRequest.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
DescribeCacheSubnetGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeCacheSubnetGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-