public static interface ModifyCacheSubnetGroupRequest.Builder extends ElastiCacheRequest.Builder, SdkPojo, CopyableBuilder<ModifyCacheSubnetGroupRequest.Builder,ModifyCacheSubnetGroupRequest>
Modifier and Type | Method and Description |
---|---|
ModifyCacheSubnetGroupRequest.Builder |
cacheSubnetGroupDescription(String cacheSubnetGroupDescription)
A description of the cache subnet group.
|
ModifyCacheSubnetGroupRequest.Builder |
cacheSubnetGroupName(String cacheSubnetGroupName)
The name for the cache subnet group.
|
ModifyCacheSubnetGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ModifyCacheSubnetGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ModifyCacheSubnetGroupRequest.Builder |
subnetIds(Collection<String> subnetIds)
The EC2 subnet IDs for the cache subnet group.
|
ModifyCacheSubnetGroupRequest.Builder |
subnetIds(String... subnetIds)
The EC2 subnet IDs for the cache subnet group.
|
build
overrideConfiguration
copy
applyMutation, build
ModifyCacheSubnetGroupRequest.Builder cacheSubnetGroupName(String cacheSubnetGroupName)
The name for the cache subnet group. This value is stored as a lowercase string.
Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
Example: mysubnetgroup
cacheSubnetGroupName
- The name for the cache subnet group. This value is stored as a lowercase string.
Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
Example: mysubnetgroup
ModifyCacheSubnetGroupRequest.Builder cacheSubnetGroupDescription(String cacheSubnetGroupDescription)
A description of the cache subnet group.
cacheSubnetGroupDescription
- A description of the cache subnet group.ModifyCacheSubnetGroupRequest.Builder subnetIds(Collection<String> subnetIds)
The EC2 subnet IDs for the cache subnet group.
subnetIds
- The EC2 subnet IDs for the cache subnet group.ModifyCacheSubnetGroupRequest.Builder subnetIds(String... subnetIds)
The EC2 subnet IDs for the cache subnet group.
subnetIds
- The EC2 subnet IDs for the cache subnet group.ModifyCacheSubnetGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ModifyCacheSubnetGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.