@Stability(value=Stable) public static final class CfnClusterSubnetGroup.Builder extends Object implements software.amazon.jsii.Builder<CfnClusterSubnetGroup>
CfnClusterSubnetGroup.| Modifier and Type | Method and Description |
|---|---|
CfnClusterSubnetGroup |
build() |
static CfnClusterSubnetGroup.Builder |
create(software.constructs.Construct scope,
String id) |
CfnClusterSubnetGroup.Builder |
description(String description)
A description for the subnet group.
|
CfnClusterSubnetGroup.Builder |
subnetIds(List<String> subnetIds)
An array of VPC subnet IDs.
|
CfnClusterSubnetGroup.Builder |
tags(List<? extends CfnTag> tags)
Specifies an arbitrary set of tags (key–value pairs) to associate with this subnet group.
|
@Stability(value=Stable) public static CfnClusterSubnetGroup.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnClusterSubnetGroup.Builder.@Stability(value=Stable) public CfnClusterSubnetGroup.Builder description(String description)
description - A description for the subnet group. This parameter is required.this@Stability(value=Stable) public CfnClusterSubnetGroup.Builder subnetIds(List<String> subnetIds)
A maximum of 20 subnets can be modified in a single request.
subnetIds - An array of VPC subnet IDs. This parameter is required.this@Stability(value=Stable) public CfnClusterSubnetGroup.Builder tags(List<? extends CfnTag> tags)
Use tags to manage your resources.
tags - Specifies an arbitrary set of tags (key–value pairs) to associate with this subnet group. This parameter is required.this@Stability(value=Stable) public CfnClusterSubnetGroup build()
build in interface software.amazon.jsii.Builder<CfnClusterSubnetGroup>Copyright © 2022. All rights reserved.