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) |
ModifyCacheSubnetGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyCacheSubnetGroupRequest.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)
overrideConfiguration in interface AwsRequest.BuilderModifyCacheSubnetGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.