Class PublicCaExternalAccountKey.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.public_ca_external_account_key.PublicCaExternalAccountKey.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<PublicCaExternalAccountKey>
- Enclosing class:
- PublicCaExternalAccountKey
@Stability(Stable) public static final class PublicCaExternalAccountKey.Builder extends Object implements software.amazon.jsii.Builder<PublicCaExternalAccountKey>
A fluent builder forPublicCaExternalAccountKey.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PublicCaExternalAccountKeybuild()PublicCaExternalAccountKey.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)PublicCaExternalAccountKey.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)PublicCaExternalAccountKey.Buildercount(com.hashicorp.cdktf.TerraformCount count)PublicCaExternalAccountKey.Buildercount(Number count)static PublicCaExternalAccountKey.Buildercreate(software.constructs.Construct scope, String id)PublicCaExternalAccountKey.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)PublicCaExternalAccountKey.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)PublicCaExternalAccountKey.Builderid(String id)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/public_ca_external_account_key#id PublicCaExternalAccountKey#id}.PublicCaExternalAccountKey.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)PublicCaExternalAccountKey.Builderlocation(String location)Location for the externalAccountKey.PublicCaExternalAccountKey.Builderproject(String project)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/public_ca_external_account_key#project PublicCaExternalAccountKey#project}.PublicCaExternalAccountKey.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)PublicCaExternalAccountKey.Builderprovisioners(List<? extends Object> provisioners)PublicCaExternalAccountKey.Buildertimeouts(PublicCaExternalAccountKeyTimeouts timeouts)timeouts block.
-
-
-
Method Detail
-
create
@Stability(Stable) public static PublicCaExternalAccountKey.Builder create(software.constructs.Construct scope, String id)
- Parameters:
scope- The scope in which to define this construct. This parameter is required.id- The scoped construct ID. This parameter is required.- Returns:
- a new instance of
PublicCaExternalAccountKey.Builder.
-
connection
@Stability(Experimental) public PublicCaExternalAccountKey.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
connection
@Stability(Experimental) public PublicCaExternalAccountKey.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public PublicCaExternalAccountKey.Builder count(Number count)
- Parameters:
count- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public PublicCaExternalAccountKey.Builder count(com.hashicorp.cdktf.TerraformCount count)
- Parameters:
count- This parameter is required.- Returns:
this
-
dependsOn
@Stability(Experimental) public PublicCaExternalAccountKey.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
- Parameters:
dependsOn- This parameter is required.- Returns:
this
-
forEach
@Stability(Experimental) public PublicCaExternalAccountKey.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
- Parameters:
forEach- This parameter is required.- Returns:
this
-
lifecycle
@Stability(Experimental) public PublicCaExternalAccountKey.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
- Parameters:
lifecycle- This parameter is required.- Returns:
this
-
provider
@Stability(Experimental) public PublicCaExternalAccountKey.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
- Parameters:
provider- This parameter is required.- Returns:
this
-
provisioners
@Stability(Experimental) public PublicCaExternalAccountKey.Builder provisioners(List<? extends Object> provisioners)
- Parameters:
provisioners- This parameter is required.- Returns:
this
-
id
@Stability(Stable) public PublicCaExternalAccountKey.Builder id(String id)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/public_ca_external_account_key#id PublicCaExternalAccountKey#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.
- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/public_ca_external_account_key#id PublicCaExternalAccountKey#id}. This parameter is required.- Returns:
this
-
location
@Stability(Stable) public PublicCaExternalAccountKey.Builder location(String location)
Location for the externalAccountKey. Currently only 'global' is supported.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/public_ca_external_account_key#location PublicCaExternalAccountKey#location}
- Parameters:
location- Location for the externalAccountKey. Currently only 'global' is supported. This parameter is required.- Returns:
this
-
project
@Stability(Stable) public PublicCaExternalAccountKey.Builder project(String project)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/public_ca_external_account_key#project PublicCaExternalAccountKey#project}.- Parameters:
project- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/public_ca_external_account_key#project PublicCaExternalAccountKey#project}. This parameter is required.- Returns:
this
-
timeouts
@Stability(Stable) public PublicCaExternalAccountKey.Builder timeouts(PublicCaExternalAccountKeyTimeouts timeouts)
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/public_ca_external_account_key#timeouts PublicCaExternalAccountKey#timeouts}
- Parameters:
timeouts- timeouts block. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public PublicCaExternalAccountKey build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<PublicCaExternalAccountKey>- Returns:
- a newly built instance of
PublicCaExternalAccountKey.
-
-