| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
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.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ClusterSubnetGroup.Builder> |
ClusterSubnetGroup.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateClusterSubnetGroupResponse.Builder |
CreateClusterSubnetGroupResponse.Builder.clusterSubnetGroup(Consumer<ClusterSubnetGroup.Builder> clusterSubnetGroup)
Sets the value of the ClusterSubnetGroup property for this object.
|
default ModifyClusterSubnetGroupResponse.Builder |
ModifyClusterSubnetGroupResponse.Builder.clusterSubnetGroup(Consumer<ClusterSubnetGroup.Builder> clusterSubnetGroup)
Sets the value of the ClusterSubnetGroup property for this object.
|
Copyright © 2022. All rights reserved.