Class CfnStackFleetAssociationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appstream.CfnStackFleetAssociationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStackFleetAssociationPropsMixin>
- Enclosing class:
CfnStackFleetAssociationPropsMixin
@Stability(Stable)
public static final class CfnStackFleetAssociationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStackFleetAssociationPropsMixin>
A fluent builder for
CfnStackFleetAssociationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) The name of the fleet.The name of the stack.
-
Method Details
-
create
@Stability(Stable) public static CfnStackFleetAssociationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnStackFleetAssociationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnStackFleetAssociationPropsMixin.Builder.
-
fleetName
The name of the fleet.To associate a fleet with a stack, you must specify a dependency on the fleet resource. For more information, see DependsOn Attribute .
- Parameters:
fleetName- The name of the fleet. This parameter is required.- Returns:
this- See Also:
-
stackName
The name of the stack.To associate a fleet with a stack, you must specify a dependency on the stack resource. For more information, see DependsOn Attribute .
- Parameters:
stackName- The name of the stack. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnStackFleetAssociationPropsMixin>- Returns:
- a newly built instance of
CfnStackFleetAssociationPropsMixin.
-