static ClusterSubnetGroup.Builder |
ClusterSubnetGroup.builder() |
|
ClusterSubnetGroup.Builder |
ClusterSubnetGroup.Builder.clusterSubnetGroupName(String clusterSubnetGroupName) |
The name of the cluster subnet group.
|
ClusterSubnetGroup.Builder |
ClusterSubnetGroup.Builder.description(String description) |
The description of the cluster subnet group.
|
ClusterSubnetGroup.Builder |
ClusterSubnetGroup.Builder.subnetGroupStatus(String subnetGroupStatus) |
The status of the cluster subnet group.
|
ClusterSubnetGroup.Builder |
ClusterSubnetGroup.Builder.subnets(Collection<Subnet> subnets) |
A list of the VPC Subnet elements.
|
ClusterSubnetGroup.Builder |
ClusterSubnetGroup.Builder.subnets(Consumer<Subnet.Builder>... subnets) |
A list of the VPC Subnet elements.
|
ClusterSubnetGroup.Builder |
ClusterSubnetGroup.Builder.subnets(Subnet... subnets) |
A list of the VPC Subnet elements.
|
ClusterSubnetGroup.Builder |
ClusterSubnetGroup.Builder.supportedClusterIpAddressTypes(String... supportedClusterIpAddressTypes) |
The IP address types supported by this cluster subnet group.
|
ClusterSubnetGroup.Builder |
ClusterSubnetGroup.Builder.supportedClusterIpAddressTypes(Collection<String> supportedClusterIpAddressTypes) |
The IP address types supported by this cluster subnet group.
|
ClusterSubnetGroup.Builder |
ClusterSubnetGroup.Builder.tags(Collection<Tag> tags) |
The list of tags for the cluster subnet group.
|
ClusterSubnetGroup.Builder |
ClusterSubnetGroup.Builder.tags(Consumer<Tag.Builder>... tags) |
The list of tags for the cluster subnet group.
|
ClusterSubnetGroup.Builder |
ClusterSubnetGroup.Builder.tags(Tag... tags) |
The list of tags for the cluster subnet group.
|
ClusterSubnetGroup.Builder |
ClusterSubnetGroup.toBuilder() |
|
ClusterSubnetGroup.Builder |
ClusterSubnetGroup.Builder.vpcId(String vpcId) |
The VPC ID of the cluster subnet group.
|