Interface CfnEC2Fleet.AcceleratorTotalMemoryMiBRequestProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEC2Fleet.AcceleratorTotalMemoryMiBRequestProperty.Jsii$Proxy
- Enclosing class:
CfnEC2Fleet
@Stability(Stable)
public static interface CfnEC2Fleet.AcceleratorTotalMemoryMiBRequestProperty
extends software.amazon.jsii.JsiiSerializable
The minimum and maximum amount of total accelerator memory, in MiB.
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.*;
AcceleratorTotalMemoryMiBRequestProperty acceleratorTotalMemoryMiBRequestProperty = AcceleratorTotalMemoryMiBRequestProperty.builder()
.max(123)
.min(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnEC2Fleet.AcceleratorTotalMemoryMiBRequestPropertystatic final classAn implementation forCfnEC2Fleet.AcceleratorTotalMemoryMiBRequestProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMax
The maximum amount of accelerator memory, in MiB.To specify no maximum limit, omit this parameter.
- See Also:
-
getMin
The minimum amount of accelerator memory, in MiB.To specify no minimum limit, omit this parameter.
- See Also:
-
builder
-