Class CfnAutoScalingGroupPropsMixin.NetworkBandwidthGbpsRequestProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.autoscaling.CfnAutoScalingGroupPropsMixin.NetworkBandwidthGbpsRequestProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAutoScalingGroupPropsMixin.NetworkBandwidthGbpsRequestProperty>
- Enclosing interface:
CfnAutoScalingGroupPropsMixin.NetworkBandwidthGbpsRequestProperty
@Stability(Stable)
public static final class CfnAutoScalingGroupPropsMixin.NetworkBandwidthGbpsRequestProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAutoScalingGroupPropsMixin.NetworkBandwidthGbpsRequestProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
max
@Stability(Stable) public CfnAutoScalingGroupPropsMixin.NetworkBandwidthGbpsRequestProperty.Builder max(Number max) - Parameters:
max- The maximum amount of network bandwidth, in gigabits per second (Gbps).- Returns:
this
-
min
@Stability(Stable) public CfnAutoScalingGroupPropsMixin.NetworkBandwidthGbpsRequestProperty.Builder min(Number min) - Parameters:
min- The minimum amount of network bandwidth, in gigabits per second (Gbps).- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAutoScalingGroupPropsMixin.NetworkBandwidthGbpsRequestProperty>- Returns:
- a new instance of
CfnAutoScalingGroupPropsMixin.NetworkBandwidthGbpsRequestProperty - Throws:
NullPointerException- if any required attribute was not provided
-