Class CloudhsmV2HsmConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.cloudhsm_v2_hsm.CloudhsmV2HsmConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<CloudhsmV2HsmConfig>
- Enclosing interface:
- CloudhsmV2HsmConfig
@Stability(Stable) public static final class CloudhsmV2HsmConfig.Builder extends Object implements software.amazon.jsii.Builder<CloudhsmV2HsmConfig>
A builder forCloudhsmV2HsmConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudhsmV2HsmConfig.BuilderavailabilityZone(String availabilityZone)Sets the value ofCloudhsmV2HsmConfig.getAvailabilityZone()CloudhsmV2HsmConfigbuild()Builds the configured instance.CloudhsmV2HsmConfig.BuilderclusterId(String clusterId)Sets the value ofCloudhsmV2HsmConfig.getClusterId()CloudhsmV2HsmConfig.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()CloudhsmV2HsmConfig.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()CloudhsmV2HsmConfig.Buildercount(com.hashicorp.cdktf.TerraformCount count)Sets the value ofTerraformMetaArguments.getCount()CloudhsmV2HsmConfig.Buildercount(Number count)Sets the value ofTerraformMetaArguments.getCount()CloudhsmV2HsmConfig.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)Sets the value ofTerraformMetaArguments.getDependsOn()CloudhsmV2HsmConfig.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)Sets the value ofTerraformMetaArguments.getForEach()CloudhsmV2HsmConfig.Builderid(String id)Sets the value ofCloudhsmV2HsmConfig.getId()CloudhsmV2HsmConfig.BuilderipAddress(String ipAddress)Sets the value ofCloudhsmV2HsmConfig.getIpAddress()CloudhsmV2HsmConfig.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)Sets the value ofTerraformMetaArguments.getLifecycle()CloudhsmV2HsmConfig.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)Sets the value ofTerraformMetaArguments.getProvider()CloudhsmV2HsmConfig.Builderprovisioners(List<? extends Object> provisioners)Sets the value ofTerraformMetaArguments.getProvisioners()CloudhsmV2HsmConfig.BuildersubnetId(String subnetId)Sets the value ofCloudhsmV2HsmConfig.getSubnetId()CloudhsmV2HsmConfig.Buildertimeouts(CloudhsmV2HsmTimeouts timeouts)Sets the value ofCloudhsmV2HsmConfig.getTimeouts()
-
-
-
Method Detail
-
clusterId
@Stability(Stable) public CloudhsmV2HsmConfig.Builder clusterId(String clusterId)
Sets the value ofCloudhsmV2HsmConfig.getClusterId()- Parameters:
clusterId- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudhsm_v2_hsm#cluster_id CloudhsmV2Hsm#cluster_id}. This parameter is required.- Returns:
this
-
availabilityZone
@Stability(Stable) public CloudhsmV2HsmConfig.Builder availabilityZone(String availabilityZone)
Sets the value ofCloudhsmV2HsmConfig.getAvailabilityZone()- Parameters:
availabilityZone- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudhsm_v2_hsm#availability_zone CloudhsmV2Hsm#availability_zone}.- Returns:
this
-
id
@Stability(Stable) public CloudhsmV2HsmConfig.Builder id(String id)
Sets the value ofCloudhsmV2HsmConfig.getId()- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudhsm_v2_hsm#id CloudhsmV2Hsm#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.- Returns:
this
-
ipAddress
@Stability(Stable) public CloudhsmV2HsmConfig.Builder ipAddress(String ipAddress)
Sets the value ofCloudhsmV2HsmConfig.getIpAddress()- Parameters:
ipAddress- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudhsm_v2_hsm#ip_address CloudhsmV2Hsm#ip_address}.- Returns:
this
-
subnetId
@Stability(Stable) public CloudhsmV2HsmConfig.Builder subnetId(String subnetId)
Sets the value ofCloudhsmV2HsmConfig.getSubnetId()- Parameters:
subnetId- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudhsm_v2_hsm#subnet_id CloudhsmV2Hsm#subnet_id}.- Returns:
this
-
timeouts
@Stability(Stable) public CloudhsmV2HsmConfig.Builder timeouts(CloudhsmV2HsmTimeouts timeouts)
Sets the value ofCloudhsmV2HsmConfig.getTimeouts()- Parameters:
timeouts- timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudhsm_v2_hsm#timeouts CloudhsmV2Hsm#timeouts}- Returns:
this
-
connection
@Stability(Experimental) public CloudhsmV2HsmConfig.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
connection
@Stability(Experimental) public CloudhsmV2HsmConfig.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public CloudhsmV2HsmConfig.Builder count(Number count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public CloudhsmV2HsmConfig.Builder count(com.hashicorp.cdktf.TerraformCount count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
dependsOn
@Stability(Experimental) public CloudhsmV2HsmConfig.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
Sets the value ofTerraformMetaArguments.getDependsOn()- Parameters:
dependsOn- the value to be set.- Returns:
this
-
forEach
@Stability(Experimental) public CloudhsmV2HsmConfig.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
Sets the value ofTerraformMetaArguments.getForEach()- Parameters:
forEach- the value to be set.- Returns:
this
-
lifecycle
@Stability(Experimental) public CloudhsmV2HsmConfig.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
Sets the value ofTerraformMetaArguments.getLifecycle()- Parameters:
lifecycle- the value to be set.- Returns:
this
-
provider
@Stability(Experimental) public CloudhsmV2HsmConfig.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
Sets the value ofTerraformMetaArguments.getProvider()- Parameters:
provider- the value to be set.- Returns:
this
-
provisioners
@Stability(Experimental) public CloudhsmV2HsmConfig.Builder provisioners(List<? extends Object> provisioners)
Sets the value ofTerraformMetaArguments.getProvisioners()- Parameters:
provisioners- the value to be set.- Returns:
this
-
build
@Stability(Stable) public CloudhsmV2HsmConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CloudhsmV2HsmConfig>- Returns:
- a new instance of
CloudhsmV2HsmConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-