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