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