Class LaunchTemplateElasticGpuSpecifications.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.launch_template.LaunchTemplateElasticGpuSpecifications.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<LaunchTemplateElasticGpuSpecifications>
- Enclosing interface:
- LaunchTemplateElasticGpuSpecifications
@Stability(Stable) public static final class LaunchTemplateElasticGpuSpecifications.Builder extends Object implements software.amazon.jsii.Builder<LaunchTemplateElasticGpuSpecifications>
A builder forLaunchTemplateElasticGpuSpecifications
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LaunchTemplateElasticGpuSpecificationsbuild()Builds the configured instance.LaunchTemplateElasticGpuSpecifications.Buildertype(String type)Sets the value ofLaunchTemplateElasticGpuSpecifications.getType()
-
-
-
Method Detail
-
type
@Stability(Stable) public LaunchTemplateElasticGpuSpecifications.Builder type(String type)
Sets the value ofLaunchTemplateElasticGpuSpecifications.getType()- Parameters:
type- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#type LaunchTemplate#type}. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public LaunchTemplateElasticGpuSpecifications build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<LaunchTemplateElasticGpuSpecifications>- Returns:
- a new instance of
LaunchTemplateElasticGpuSpecifications - Throws:
NullPointerException- if any required attribute was not provided
-
-