Class CfnFleetPropsMixin.AcceleratorTotalMemoryMiBRangeProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.deadline.CfnFleetPropsMixin.AcceleratorTotalMemoryMiBRangeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFleetPropsMixin.AcceleratorTotalMemoryMiBRangeProperty>
- Enclosing interface:
CfnFleetPropsMixin.AcceleratorTotalMemoryMiBRangeProperty
@Stability(Stable)
public static final class CfnFleetPropsMixin.AcceleratorTotalMemoryMiBRangeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFleetPropsMixin.AcceleratorTotalMemoryMiBRangeProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnFleetPropsMixin.AcceleratorTotalMemoryMiBRangeProperty.getMax()Sets the value ofCfnFleetPropsMixin.AcceleratorTotalMemoryMiBRangeProperty.getMin()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
max
@Stability(Stable) public CfnFleetPropsMixin.AcceleratorTotalMemoryMiBRangeProperty.Builder max(Number max) Sets the value ofCfnFleetPropsMixin.AcceleratorTotalMemoryMiBRangeProperty.getMax()- Parameters:
max- The maximum amount of memory to use for the accelerator, measured in MiB.- Returns:
this
-
min
@Stability(Stable) public CfnFleetPropsMixin.AcceleratorTotalMemoryMiBRangeProperty.Builder min(Number min) Sets the value ofCfnFleetPropsMixin.AcceleratorTotalMemoryMiBRangeProperty.getMin()- Parameters:
min- The minimum amount of memory to use for the accelerator, measured in MiB.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFleetPropsMixin.AcceleratorTotalMemoryMiBRangeProperty>- Returns:
- a new instance of
CfnFleetPropsMixin.AcceleratorTotalMemoryMiBRangeProperty - Throws:
NullPointerException- if any required attribute was not provided
-