@Stability(value=Stable) public static final class CfnCapacityProviderProps.Builder extends Object implements software.amazon.jsii.Builder<CfnCapacityProviderProps>
CfnCapacityProviderProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCapacityProviderProps.Builder |
autoScalingGroupProvider(CfnCapacityProvider.AutoScalingGroupProviderProperty autoScalingGroupProvider)
Sets the value of
CfnCapacityProviderProps.getAutoScalingGroupProvider() |
CfnCapacityProviderProps.Builder |
autoScalingGroupProvider(IResolvable autoScalingGroupProvider)
Sets the value of
CfnCapacityProviderProps.getAutoScalingGroupProvider() |
CfnCapacityProviderProps |
build()
Builds the configured instance.
|
CfnCapacityProviderProps.Builder |
name(String name)
Sets the value of
CfnCapacityProviderProps.getName() |
CfnCapacityProviderProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnCapacityProviderProps.getTags() |
@Stability(value=Stable) public CfnCapacityProviderProps.Builder autoScalingGroupProvider(CfnCapacityProvider.AutoScalingGroupProviderProperty autoScalingGroupProvider)
CfnCapacityProviderProps.getAutoScalingGroupProvider()autoScalingGroupProvider - `AWS::ECS::CapacityProvider.AutoScalingGroupProvider`. This parameter is required.this@Stability(value=Stable) public CfnCapacityProviderProps.Builder autoScalingGroupProvider(IResolvable autoScalingGroupProvider)
CfnCapacityProviderProps.getAutoScalingGroupProvider()autoScalingGroupProvider - `AWS::ECS::CapacityProvider.AutoScalingGroupProvider`. This parameter is required.this@Stability(value=Stable) public CfnCapacityProviderProps.Builder name(String name)
CfnCapacityProviderProps.getName()name - `AWS::ECS::CapacityProvider.Name`.this@Stability(value=Stable) public CfnCapacityProviderProps.Builder tags(List<? extends CfnTag> tags)
CfnCapacityProviderProps.getTags()tags - `AWS::ECS::CapacityProvider.Tags`.this@Stability(value=Stable) public CfnCapacityProviderProps build()
build in interface software.amazon.jsii.Builder<CfnCapacityProviderProps>CfnCapacityProviderPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.