@Stability(value=Stable) public static final class CfnStackFleetAssociation.Builder extends Object implements software.amazon.jsii.Builder<CfnStackFleetAssociation>
CfnStackFleetAssociation.| Modifier and Type | Method and Description |
|---|---|
CfnStackFleetAssociation |
build() |
static CfnStackFleetAssociation.Builder |
create(software.constructs.Construct scope,
String id) |
CfnStackFleetAssociation.Builder |
fleetName(String fleetName)
The name of the fleet.
|
CfnStackFleetAssociation.Builder |
stackName(String stackName)
The name of the stack.
|
@Stability(value=Stable) public static CfnStackFleetAssociation.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.CfnStackFleetAssociation.Builder.@Stability(value=Stable) public CfnStackFleetAssociation.Builder fleetName(String fleetName)
To associate a fleet with a stack, you must specify a dependency on the fleet resource. For more information, see DependsOn Attribute .
fleetName - The name of the fleet. This parameter is required.this@Stability(value=Stable) public CfnStackFleetAssociation.Builder stackName(String stackName)
To associate a fleet with a stack, you must specify a dependency on the stack resource. For more information, see DependsOn Attribute .
stackName - The name of the stack. This parameter is required.this@Stability(value=Stable) public CfnStackFleetAssociation build()
build in interface software.amazon.jsii.Builder<CfnStackFleetAssociation>Copyright © 2022. All rights reserved.