@Stability(value=Stable) public static final class CfnPlacementGroup.Builder extends Object implements software.amazon.jsii.Builder<CfnPlacementGroup>
CfnPlacementGroup.| Modifier and Type | Method and Description |
|---|---|
CfnPlacementGroup |
build() |
static CfnPlacementGroup.Builder |
create(Construct scope,
String id) |
CfnPlacementGroup.Builder |
strategy(String strategy)
`AWS::EC2::PlacementGroup.Strategy`.
|
@Stability(value=Stable) public static CfnPlacementGroup.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.CfnPlacementGroup.Builder.@Stability(value=Stable) public CfnPlacementGroup.Builder strategy(String strategy)
strategy - `AWS::EC2::PlacementGroup.Strategy`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html#cfn-ec2-placementgroup-strategy@Stability(value=Stable) public CfnPlacementGroup build()
build in interface software.amazon.jsii.Builder<CfnPlacementGroup>Copyright © 2020. All rights reserved.