CopyableBuilder<ModifyClusterSubnetGroupRequest.Builder,ModifyClusterSubnetGroupRequest>
, SdkBuilder<ModifyClusterSubnetGroupRequest.Builder,ModifyClusterSubnetGroupRequest>
public static interface ModifyClusterSubnetGroupRequest.Builder extends CopyableBuilder<ModifyClusterSubnetGroupRequest.Builder,ModifyClusterSubnetGroupRequest>
Modifier and Type | Method | Description |
---|---|---|
ModifyClusterSubnetGroupRequest.Builder |
clusterSubnetGroupName(String clusterSubnetGroupName) |
The name of the subnet group to be modified.
|
ModifyClusterSubnetGroupRequest.Builder |
description(String description) |
A text description of the subnet group to be modified.
|
ModifyClusterSubnetGroupRequest.Builder |
subnetIds(String... subnetIds) |
An array of VPC subnet IDs.
|
ModifyClusterSubnetGroupRequest.Builder |
subnetIds(Collection<String> subnetIds) |
An array of VPC subnet IDs.
|
copy
apply, build
ModifyClusterSubnetGroupRequest.Builder clusterSubnetGroupName(String clusterSubnetGroupName)
The name of the subnet group to be modified.
clusterSubnetGroupName
- The name of the subnet group to be modified.ModifyClusterSubnetGroupRequest.Builder description(String description)
A text description of the subnet group to be modified.
description
- A text description of the subnet group to be modified.ModifyClusterSubnetGroupRequest.Builder subnetIds(Collection<String> subnetIds)
An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.
subnetIds
- An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.ModifyClusterSubnetGroupRequest.Builder subnetIds(String... subnetIds)
An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.
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
- An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.