CopyableBuilder<ClusterSubnetGroup.Builder,ClusterSubnetGroup>
, SdkBuilder<ClusterSubnetGroup.Builder,ClusterSubnetGroup>
public static interface ClusterSubnetGroup.Builder extends CopyableBuilder<ClusterSubnetGroup.Builder,ClusterSubnetGroup>
Modifier and Type | Method | Description |
---|---|---|
ClusterSubnetGroup.Builder |
clusterSubnetGroupName(String clusterSubnetGroupName) |
The name of the cluster subnet group.
|
ClusterSubnetGroup.Builder |
description(String description) |
The description of the cluster subnet group.
|
ClusterSubnetGroup.Builder |
subnetGroupStatus(String subnetGroupStatus) |
The status of the cluster subnet group.
|
ClusterSubnetGroup.Builder |
subnets(Collection<Subnet> subnets) |
A list of the VPC Subnet elements.
|
ClusterSubnetGroup.Builder |
subnets(Subnet... subnets) |
A list of the VPC Subnet elements.
|
ClusterSubnetGroup.Builder |
tags(Collection<Tag> tags) |
The list of tags for the cluster subnet group.
|
ClusterSubnetGroup.Builder |
tags(Tag... tags) |
The list of tags for the cluster subnet group.
|
ClusterSubnetGroup.Builder |
vpcId(String vpcId) |
The VPC ID of the cluster subnet group.
|
copy
apply, build
ClusterSubnetGroup.Builder clusterSubnetGroupName(String clusterSubnetGroupName)
The name of the cluster subnet group.
clusterSubnetGroupName
- The name of the cluster subnet group.ClusterSubnetGroup.Builder description(String description)
The description of the cluster subnet group.
description
- The description of the cluster subnet group.ClusterSubnetGroup.Builder vpcId(String vpcId)
The VPC ID of the cluster subnet group.
vpcId
- The VPC ID of the cluster subnet group.ClusterSubnetGroup.Builder subnetGroupStatus(String subnetGroupStatus)
The status of the cluster subnet group. Possible values are Complete
, Incomplete
and Invalid
.
subnetGroupStatus
- The status of the cluster subnet group. Possible values are Complete
,
Incomplete
and Invalid
.ClusterSubnetGroup.Builder subnets(Collection<Subnet> subnets)
A list of the VPC Subnet elements.
subnets
- A list of the VPC Subnet elements.ClusterSubnetGroup.Builder subnets(Subnet... subnets)
A list of the VPC Subnet elements.
NOTE: This method appends the values to the existing list (if any). Use
#setSubnets(java.util.Collection)
or #withSubnets(java.util.Collection)
if you want to
override the existing values.
subnets
- A list of the VPC Subnet elements.ClusterSubnetGroup.Builder tags(Collection<Tag> tags)
The list of tags for the cluster subnet group.
tags
- The list of tags for the cluster subnet group.ClusterSubnetGroup.Builder tags(Tag... tags)
The list of tags for the cluster subnet group.
NOTE: This method appends the values to the existing list (if any). Use
#setTags(java.util.Collection)
or #withTags(java.util.Collection)
if you want to override the
existing values.
tags
- The list of tags for the cluster subnet group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.