CopyableBuilder<ModifyCacheSubnetGroupRequest.Builder,ModifyCacheSubnetGroupRequest>
, SdkBuilder<ModifyCacheSubnetGroupRequest.Builder,ModifyCacheSubnetGroupRequest>
public static interface ModifyCacheSubnetGroupRequest.Builder extends CopyableBuilder<ModifyCacheSubnetGroupRequest.Builder,ModifyCacheSubnetGroupRequest>
Modifier and Type | Method | 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 |
subnetIds(String... subnetIds) |
The EC2 subnet IDs for the cache subnet group.
|
ModifyCacheSubnetGroupRequest.Builder |
subnetIds(Collection<String> subnetIds) |
The EC2 subnet IDs for the cache subnet group.
|
copy
apply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setSubnetIds(java.util.Collection)
or #withSubnetIds(java.util.Collection)
if you want to
override the existing values.
subnetIds
- The EC2 subnet IDs for the cache subnet group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.