@Stability(value=Stable)
public static interface CfnEC2Fleet.BaselineEbsBandwidthMbpsRequestProperty
extends software.amazon.jsii.JsiiSerializable
For more information, see Amazon EBS–optimized instances in the Amazon EC2 User Guide .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ec2.*;
BaselineEbsBandwidthMbpsRequestProperty baselineEbsBandwidthMbpsRequestProperty = BaselineEbsBandwidthMbpsRequestProperty.builder()
.max(123)
.min(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEC2Fleet.BaselineEbsBandwidthMbpsRequestProperty.Builder
A builder for
CfnEC2Fleet.BaselineEbsBandwidthMbpsRequestProperty |
static class |
CfnEC2Fleet.BaselineEbsBandwidthMbpsRequestProperty.Jsii$Proxy
An implementation for
CfnEC2Fleet.BaselineEbsBandwidthMbpsRequestProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEC2Fleet.BaselineEbsBandwidthMbpsRequestProperty.Builder |
builder() |
default Number |
getMax()
The maximum baseline bandwidth, in Mbps.
|
default Number |
getMin()
The minimum baseline bandwidth, in Mbps.
|
@Stability(value=Stable) @Nullable default Number getMax()
To specify no maximum limit, omit this parameter.
@Stability(value=Stable) @Nullable default Number getMin()
To specify no minimum limit, omit this parameter.
@Stability(value=Stable) static CfnEC2Fleet.BaselineEbsBandwidthMbpsRequestProperty.Builder builder()
Copyright © 2022. All rights reserved.