Class LaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.launch_template.LaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<LaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib>
- Enclosing interface:
- LaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib
@Stability(Stable) public static final class LaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib.Builder extends Object implements software.amazon.jsii.Builder<LaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMibbuild()Builds the configured instance.LaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib.Buildermax(Number max)Sets the value ofLaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib.getMax()LaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib.Buildermin(Number min)Sets the value ofLaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib.getMin()
-
-
-
Method Detail
-
max
@Stability(Stable) public LaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib.Builder max(Number max)
Sets the value ofLaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib.getMax()- Parameters:
max- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#max LaunchTemplate#max}.- Returns:
this
-
min
@Stability(Stable) public LaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib.Builder min(Number min)
Sets the value ofLaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib.getMin()- Parameters:
min- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#min LaunchTemplate#min}.- Returns:
this
-
build
@Stability(Stable) public LaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<LaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib>- Returns:
- a new instance of
LaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib - Throws:
NullPointerException- if any required attribute was not provided
-
-