@Stability(value=Stable) public static final class CfnStackFleetAssociationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnStackFleetAssociationProps>
CfnStackFleetAssociationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnStackFleetAssociationProps |
build()
Builds the configured instance.
|
CfnStackFleetAssociationProps.Builder |
fleetName(String fleetName)
Sets the value of
CfnStackFleetAssociationProps.getFleetName() |
CfnStackFleetAssociationProps.Builder |
stackName(String stackName)
Sets the value of
CfnStackFleetAssociationProps.getStackName() |
@Stability(value=Stable) public CfnStackFleetAssociationProps.Builder fleetName(String fleetName)
CfnStackFleetAssociationProps.getFleetName()fleetName - The name of the fleet. This parameter is required.
To associate a fleet with a stack, you must specify a dependency on the fleet resource. For more information, see DependsOn Attribute .this@Stability(value=Stable) public CfnStackFleetAssociationProps.Builder stackName(String stackName)
CfnStackFleetAssociationProps.getStackName()stackName - The name of the stack. This parameter is required.
To associate a fleet with a stack, you must specify a dependency on the stack resource. For more information, see DependsOn Attribute .this@Stability(value=Stable) public CfnStackFleetAssociationProps build()
build in interface software.amazon.jsii.Builder<CfnStackFleetAssociationProps>CfnStackFleetAssociationPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.