public static final class CfnLaunchTemplate.AcceleratorTotalMemoryMiBProperty.Builder
extends java.lang.Object
CfnLaunchTemplate.AcceleratorTotalMemoryMiBProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnLaunchTemplate.AcceleratorTotalMemoryMiBProperty |
build()
Builds the configured instance.
|
CfnLaunchTemplate.AcceleratorTotalMemoryMiBProperty.Builder |
max(java.lang.Number max)
Sets the value of
CfnLaunchTemplate.AcceleratorTotalMemoryMiBProperty.getMax() |
CfnLaunchTemplate.AcceleratorTotalMemoryMiBProperty.Builder |
min(java.lang.Number min)
Sets the value of
CfnLaunchTemplate.AcceleratorTotalMemoryMiBProperty.getMin() |
public CfnLaunchTemplate.AcceleratorTotalMemoryMiBProperty.Builder max(java.lang.Number max)
CfnLaunchTemplate.AcceleratorTotalMemoryMiBProperty.getMax()
max
- The maximum amount of accelerator memory, in MiB.
To specify no maximum limit, omit this parameter.this
public CfnLaunchTemplate.AcceleratorTotalMemoryMiBProperty.Builder min(java.lang.Number min)
CfnLaunchTemplate.AcceleratorTotalMemoryMiBProperty.getMin()
min
- The minimum amount of accelerator memory, in MiB.
To specify no minimum limit, omit this parameter.this
public CfnLaunchTemplate.AcceleratorTotalMemoryMiBProperty build()
CfnLaunchTemplate.AcceleratorTotalMemoryMiBProperty
java.lang.NullPointerException
- if any required attribute was not provided