Class LaunchTemplateInstanceRequirementsMemoryGibPerVcpu.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.launch_template.LaunchTemplateInstanceRequirementsMemoryGibPerVcpu.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<LaunchTemplateInstanceRequirementsMemoryGibPerVcpu>
- Enclosing interface:
- LaunchTemplateInstanceRequirementsMemoryGibPerVcpu
@Stability(Stable) public static final class LaunchTemplateInstanceRequirementsMemoryGibPerVcpu.Builder extends Object implements software.amazon.jsii.Builder<LaunchTemplateInstanceRequirementsMemoryGibPerVcpu>
A builder forLaunchTemplateInstanceRequirementsMemoryGibPerVcpu
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LaunchTemplateInstanceRequirementsMemoryGibPerVcpubuild()Builds the configured instance.LaunchTemplateInstanceRequirementsMemoryGibPerVcpu.Buildermax(Number max)Sets the value ofLaunchTemplateInstanceRequirementsMemoryGibPerVcpu.getMax()LaunchTemplateInstanceRequirementsMemoryGibPerVcpu.Buildermin(Number min)Sets the value ofLaunchTemplateInstanceRequirementsMemoryGibPerVcpu.getMin()
-
-
-
Method Detail
-
max
@Stability(Stable) public LaunchTemplateInstanceRequirementsMemoryGibPerVcpu.Builder max(Number max)
Sets the value ofLaunchTemplateInstanceRequirementsMemoryGibPerVcpu.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 LaunchTemplateInstanceRequirementsMemoryGibPerVcpu.Builder min(Number min)
Sets the value ofLaunchTemplateInstanceRequirementsMemoryGibPerVcpu.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 LaunchTemplateInstanceRequirementsMemoryGibPerVcpu build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<LaunchTemplateInstanceRequirementsMemoryGibPerVcpu>- Returns:
- a new instance of
LaunchTemplateInstanceRequirementsMemoryGibPerVcpu - Throws:
NullPointerException- if any required attribute was not provided
-
-