public static interface CfnLaunchTemplate.AcceleratorTotalMemoryMiBProperty
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.*; AcceleratorTotalMemoryMiBProperty acceleratorTotalMemoryMiBProperty = AcceleratorTotalMemoryMiBProperty.builder() .max(123) .min(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnLaunchTemplate.AcceleratorTotalMemoryMiBProperty.Builder
A builder for
CfnLaunchTemplate.AcceleratorTotalMemoryMiBProperty |
static class |
CfnLaunchTemplate.AcceleratorTotalMemoryMiBProperty.Jsii$Proxy
An implementation for
CfnLaunchTemplate.AcceleratorTotalMemoryMiBProperty |
Modifier and Type | Method and Description |
---|---|
static CfnLaunchTemplate.AcceleratorTotalMemoryMiBProperty.Builder |
builder() |
default java.lang.Number |
getMax()
The maximum amount of accelerator memory, in MiB.
|
default java.lang.Number |
getMin()
The minimum amount of accelerator memory, in MiB.
|