Class CfnStackFleetAssociationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appstream.CfnStackFleetAssociationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStackFleetAssociationMixinProps>
- Enclosing interface:
CfnStackFleetAssociationMixinProps
@Stability(Stable)
public static final class CfnStackFleetAssociationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStackFleetAssociationMixinProps>
A builder for
CfnStackFleetAssociationMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnStackFleetAssociationMixinProps.getFleetName()Sets the value ofCfnStackFleetAssociationMixinProps.getStackName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fleetName
Sets the value ofCfnStackFleetAssociationMixinProps.getFleetName()- Parameters:
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 .- Returns:
this
-
stackName
Sets the value ofCfnStackFleetAssociationMixinProps.getStackName()- Parameters:
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 .- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnStackFleetAssociationMixinProps>- Returns:
- a new instance of
CfnStackFleetAssociationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-