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