Class CfnLaunchTemplatePropsMixin.BaselinePerformanceFactorsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnLaunchTemplatePropsMixin.BaselinePerformanceFactorsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLaunchTemplatePropsMixin.BaselinePerformanceFactorsProperty>
- Enclosing interface:
CfnLaunchTemplatePropsMixin.BaselinePerformanceFactorsProperty
@Stability(Stable)
public static final class CfnLaunchTemplatePropsMixin.BaselinePerformanceFactorsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLaunchTemplatePropsMixin.BaselinePerformanceFactorsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnLaunchTemplatePropsMixin.BaselinePerformanceFactorsProperty.getCpu()cpu(IResolvable cpu) Sets the value ofCfnLaunchTemplatePropsMixin.BaselinePerformanceFactorsProperty.getCpu()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
cpu
@Stability(Stable) public CfnLaunchTemplatePropsMixin.BaselinePerformanceFactorsProperty.Builder cpu(IResolvable cpu) Sets the value ofCfnLaunchTemplatePropsMixin.BaselinePerformanceFactorsProperty.getCpu()- Parameters:
cpu- The CPU performance to consider, using an instance family as the baseline reference.- Returns:
this
-
cpu
@Stability(Stable) public CfnLaunchTemplatePropsMixin.BaselinePerformanceFactorsProperty.Builder cpu(CfnLaunchTemplatePropsMixin.CpuProperty cpu) Sets the value ofCfnLaunchTemplatePropsMixin.BaselinePerformanceFactorsProperty.getCpu()- Parameters:
cpu- The CPU performance to consider, using an instance family as the baseline reference.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLaunchTemplatePropsMixin.BaselinePerformanceFactorsProperty>- Returns:
- a new instance of
CfnLaunchTemplatePropsMixin.BaselinePerformanceFactorsProperty - Throws:
NullPointerException- if any required attribute was not provided
-