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