Class CfnCapacityProvider.AutoRepairConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.ecs.CfnCapacityProvider.AutoRepairConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCapacityProvider.AutoRepairConfigurationProperty>
- Enclosing interface:
CfnCapacityProvider.AutoRepairConfigurationProperty
@Stability(Stable)
public static final class CfnCapacityProvider.AutoRepairConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCapacityProvider.AutoRepairConfigurationProperty>
A builder for
CfnCapacityProvider.AutoRepairConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactionsStatus(String actionsStatus) Sets the value ofCfnCapacityProvider.AutoRepairConfigurationProperty.getActionsStatus()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
actionsStatus
@Stability(Stable) public CfnCapacityProvider.AutoRepairConfigurationProperty.Builder actionsStatus(String actionsStatus) Sets the value ofCfnCapacityProvider.AutoRepairConfigurationProperty.getActionsStatus()- Parameters:
actionsStatus- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCapacityProvider.AutoRepairConfigurationProperty>- Returns:
- a new instance of
CfnCapacityProvider.AutoRepairConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-