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