Class ComputeInstanceTemplateShieldedInstanceConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.compute_instance_template.ComputeInstanceTemplateShieldedInstanceConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ComputeInstanceTemplateShieldedInstanceConfig>
- Enclosing interface:
- ComputeInstanceTemplateShieldedInstanceConfig
@Stability(Stable) public static final class ComputeInstanceTemplateShieldedInstanceConfig.Builder extends Object implements software.amazon.jsii.Builder<ComputeInstanceTemplateShieldedInstanceConfig>
A builder forComputeInstanceTemplateShieldedInstanceConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
enableIntegrityMonitoring
@Stability(Stable) public ComputeInstanceTemplateShieldedInstanceConfig.Builder enableIntegrityMonitoring(Boolean enableIntegrityMonitoring)
- Parameters:
enableIntegrityMonitoring- Compare the most recent boot measurements to the integrity policy baseline and return a pair of pass/fail results depending on whether they match or not. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_template#enable_integrity_monitoring ComputeInstanceTemplate#enable_integrity_monitoring}- Returns:
this
-
enableIntegrityMonitoring
@Stability(Stable) public ComputeInstanceTemplateShieldedInstanceConfig.Builder enableIntegrityMonitoring(com.hashicorp.cdktf.IResolvable enableIntegrityMonitoring)
- Parameters:
enableIntegrityMonitoring- Compare the most recent boot measurements to the integrity policy baseline and return a pair of pass/fail results depending on whether they match or not. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_template#enable_integrity_monitoring ComputeInstanceTemplate#enable_integrity_monitoring}- Returns:
this
-
enableSecureBoot
@Stability(Stable) public ComputeInstanceTemplateShieldedInstanceConfig.Builder enableSecureBoot(Boolean enableSecureBoot)
Sets the value ofComputeInstanceTemplateShieldedInstanceConfig.getEnableSecureBoot()- Parameters:
enableSecureBoot- Verify the digital signature of all boot components, and halt the boot process if signature verification fails. Defaults to false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_template#enable_secure_boot ComputeInstanceTemplate#enable_secure_boot}- Returns:
this
-
enableSecureBoot
@Stability(Stable) public ComputeInstanceTemplateShieldedInstanceConfig.Builder enableSecureBoot(com.hashicorp.cdktf.IResolvable enableSecureBoot)
Sets the value ofComputeInstanceTemplateShieldedInstanceConfig.getEnableSecureBoot()- Parameters:
enableSecureBoot- Verify the digital signature of all boot components, and halt the boot process if signature verification fails. Defaults to false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_template#enable_secure_boot ComputeInstanceTemplate#enable_secure_boot}- Returns:
this
-
enableVtpm
@Stability(Stable) public ComputeInstanceTemplateShieldedInstanceConfig.Builder enableVtpm(Boolean enableVtpm)
Sets the value ofComputeInstanceTemplateShieldedInstanceConfig.getEnableVtpm()- Parameters:
enableVtpm- Use a virtualized trusted platform module, which is a specialized computer chip you can use to encrypt objects like keys and certificates. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_template#enable_vtpm ComputeInstanceTemplate#enable_vtpm}- Returns:
this
-
enableVtpm
@Stability(Stable) public ComputeInstanceTemplateShieldedInstanceConfig.Builder enableVtpm(com.hashicorp.cdktf.IResolvable enableVtpm)
Sets the value ofComputeInstanceTemplateShieldedInstanceConfig.getEnableVtpm()- Parameters:
enableVtpm- Use a virtualized trusted platform module, which is a specialized computer chip you can use to encrypt objects like keys and certificates. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_template#enable_vtpm ComputeInstanceTemplate#enable_vtpm}- Returns:
this
-
build
@Stability(Stable) public ComputeInstanceTemplateShieldedInstanceConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ComputeInstanceTemplateShieldedInstanceConfig>- Returns:
- a new instance of
ComputeInstanceTemplateShieldedInstanceConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-