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