@Stability(value=Stable) public static final class CfnSubnetGroup.Builder extends Object implements software.amazon.jsii.Builder<CfnSubnetGroup>
CfnSubnetGroup.| Modifier and Type | Method and Description |
|---|---|
CfnSubnetGroup |
build() |
static CfnSubnetGroup.Builder |
create(Construct scope,
String id) |
CfnSubnetGroup.Builder |
description(String description)
`AWS::DAX::SubnetGroup.Description`.
|
CfnSubnetGroup.Builder |
subnetGroupName(String subnetGroupName)
`AWS::DAX::SubnetGroup.SubnetGroupName`.
|
CfnSubnetGroup.Builder |
subnetIds(List<String> subnetIds)
`AWS::DAX::SubnetGroup.SubnetIds`.
|
@Stability(value=Stable) public static CfnSubnetGroup.Builder create(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.CfnSubnetGroup.Builder.@Stability(value=Stable) public CfnSubnetGroup.Builder subnetIds(List<String> subnetIds)
subnetIds - `AWS::DAX::SubnetGroup.SubnetIds`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html#cfn-dax-subnetgroup-subnetids@Stability(value=Stable) public CfnSubnetGroup.Builder description(String description)
description - `AWS::DAX::SubnetGroup.Description`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html#cfn-dax-subnetgroup-description@Stability(value=Stable) public CfnSubnetGroup.Builder subnetGroupName(String subnetGroupName)
subnetGroupName - `AWS::DAX::SubnetGroup.SubnetGroupName`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html#cfn-dax-subnetgroup-subnetgroupname@Stability(value=Stable) public CfnSubnetGroup build()
build in interface software.amazon.jsii.Builder<CfnSubnetGroup>Copyright © 2020. All rights reserved.