Interface CfnFleetPropsMixin.AcceleratorTotalMemoryMiBRangeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFleetPropsMixin.AcceleratorTotalMemoryMiBRangeProperty.Jsii$Proxy
- Enclosing class:
CfnFleetPropsMixin
@Stability(Stable)
public static interface CfnFleetPropsMixin.AcceleratorTotalMemoryMiBRangeProperty
extends software.amazon.jsii.JsiiSerializable
Defines the maximum and minimum amount of memory, in MiB, to use for the accelerator.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.deadline.*;
AcceleratorTotalMemoryMiBRangeProperty acceleratorTotalMemoryMiBRangeProperty = AcceleratorTotalMemoryMiBRangeProperty.builder()
.max(123)
.min(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnFleetPropsMixin.AcceleratorTotalMemoryMiBRangeProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMax
The maximum amount of memory to use for the accelerator, measured in MiB.- See Also:
-
getMin
The minimum amount of memory to use for the accelerator, measured in MiB.- See Also:
-
builder
@Stability(Stable) static CfnFleetPropsMixin.AcceleratorTotalMemoryMiBRangeProperty.Builder builder()
-