Class CfnLaunchTemplatePropsMixin.NetworkPerformanceOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnLaunchTemplatePropsMixin.NetworkPerformanceOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLaunchTemplatePropsMixin.NetworkPerformanceOptionsProperty>
- Enclosing interface:
CfnLaunchTemplatePropsMixin.NetworkPerformanceOptionsProperty
@Stability(Stable)
public static final class CfnLaunchTemplatePropsMixin.NetworkPerformanceOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLaunchTemplatePropsMixin.NetworkPerformanceOptionsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbandwidthWeighting(String bandwidthWeighting) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bandwidthWeighting
@Stability(Stable) public CfnLaunchTemplatePropsMixin.NetworkPerformanceOptionsProperty.Builder bandwidthWeighting(String bandwidthWeighting) Sets the value ofCfnLaunchTemplatePropsMixin.NetworkPerformanceOptionsProperty.getBandwidthWeighting()- Parameters:
bandwidthWeighting- Specify the bandwidth weighting option to boost the associated type of baseline bandwidth, as follows:.- default - This option uses the standard bandwidth configuration for your instance type.
- vpc-1 - This option boosts your networking baseline bandwidth and reduces your EBS baseline bandwidth.
- ebs-1 - This option boosts your EBS baseline bandwidth and reduces your networking baseline bandwidth.
- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLaunchTemplatePropsMixin.NetworkPerformanceOptionsProperty>- Returns:
- a new instance of
CfnLaunchTemplatePropsMixin.NetworkPerformanceOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-