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