Class WarmPoolReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.autoscaling.WarmPoolReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<WarmPoolReference>
- Enclosing interface:
WarmPoolReference
@Stability(Stable)
public static final class WarmPoolReference.Builder
extends Object
implements software.amazon.jsii.Builder<WarmPoolReference>
A builder for
WarmPoolReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionautoScalingGroupName(String autoScalingGroupName) Sets the value ofWarmPoolReference.getAutoScalingGroupName()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
autoScalingGroupName
@Stability(Stable) public WarmPoolReference.Builder autoScalingGroupName(String autoScalingGroupName) Sets the value ofWarmPoolReference.getAutoScalingGroupName()- Parameters:
autoScalingGroupName- The AutoScalingGroupName of the WarmPool resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<WarmPoolReference>- Returns:
- a new instance of
WarmPoolReference - Throws:
NullPointerException- if any required attribute was not provided
-