Interface CfnFleet.AcceleratorTotalMemoryMiBRangeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFleet.AcceleratorTotalMemoryMiBRangeProperty.Jsii$Proxy
- Enclosing class:
CfnFleet
@Stability(Stable)
public static interface CfnFleet.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.services.deadline.*; AcceleratorTotalMemoryMiBRangeProperty acceleratorTotalMemoryMiBRangeProperty = AcceleratorTotalMemoryMiBRangeProperty.builder() .min(123) // the properties below are optional .max(123) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnFleet.AcceleratorTotalMemoryMiBRangeProperty
static final class
An implementation forCfnFleet.AcceleratorTotalMemoryMiBRangeProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMin
The minimum amount of memory to use for the accelerator, measured in MiB.- See Also:
-
getMax
The maximum amount of memory to use for the accelerator, measured in MiB.- See Also:
-
builder
-