Class ApigeeKeystoresAliasesSelfSignedCert.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.apigee_keystores_aliases_self_signed_cert.ApigeeKeystoresAliasesSelfSignedCert.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ApigeeKeystoresAliasesSelfSignedCert>
- Enclosing class:
- ApigeeKeystoresAliasesSelfSignedCert
@Stability(Stable) public static final class ApigeeKeystoresAliasesSelfSignedCert.Builder extends Object implements software.amazon.jsii.Builder<ApigeeKeystoresAliasesSelfSignedCert>
A fluent builder forApigeeKeystoresAliasesSelfSignedCert.
-
-
Method Summary
-
-
-
Method Detail
-
create
@Stability(Stable) public static ApigeeKeystoresAliasesSelfSignedCert.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
ApigeeKeystoresAliasesSelfSignedCert.Builder.
-
connection
@Stability(Experimental) public ApigeeKeystoresAliasesSelfSignedCert.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
connection
@Stability(Experimental) public ApigeeKeystoresAliasesSelfSignedCert.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public ApigeeKeystoresAliasesSelfSignedCert.Builder count(Number count)
- Parameters:
count- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public ApigeeKeystoresAliasesSelfSignedCert.Builder count(com.hashicorp.cdktf.TerraformCount count)
- Parameters:
count- This parameter is required.- Returns:
this
-
dependsOn
@Stability(Experimental) public ApigeeKeystoresAliasesSelfSignedCert.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
- Parameters:
dependsOn- This parameter is required.- Returns:
this
-
forEach
@Stability(Experimental) public ApigeeKeystoresAliasesSelfSignedCert.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
- Parameters:
forEach- This parameter is required.- Returns:
this
-
lifecycle
@Stability(Experimental) public ApigeeKeystoresAliasesSelfSignedCert.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
- Parameters:
lifecycle- This parameter is required.- Returns:
this
-
provider
@Stability(Experimental) public ApigeeKeystoresAliasesSelfSignedCert.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
- Parameters:
provider- This parameter is required.- Returns:
this
-
provisioners
@Stability(Experimental) public ApigeeKeystoresAliasesSelfSignedCert.Builder provisioners(List<? extends Object> provisioners)
- Parameters:
provisioners- This parameter is required.- Returns:
this
-
alias
@Stability(Stable) public ApigeeKeystoresAliasesSelfSignedCert.Builder alias(String alias)
Alias for the key/certificate pair.Values must match the regular expression [\w\s-.]{1,255}. This must be provided for all formats except selfsignedcert; self-signed certs may specify the alias in either this parameter or the JSON body. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#alias ApigeeKeystoresAliasesSelfSignedCert#alias}
- Parameters:
alias- Alias for the key/certificate pair. This parameter is required.- Returns:
this
-
environment
@Stability(Stable) public ApigeeKeystoresAliasesSelfSignedCert.Builder environment(String environment)
The Apigee environment name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#environment ApigeeKeystoresAliasesSelfSignedCert#environment}
- Parameters:
environment- The Apigee environment name. This parameter is required.- Returns:
this
-
keystore
@Stability(Stable) public ApigeeKeystoresAliasesSelfSignedCert.Builder keystore(String keystore)
The Apigee keystore name associated in an Apigee environment.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#keystore ApigeeKeystoresAliasesSelfSignedCert#keystore}
- Parameters:
keystore- The Apigee keystore name associated in an Apigee environment. This parameter is required.- Returns:
this
-
orgId
@Stability(Stable) public ApigeeKeystoresAliasesSelfSignedCert.Builder orgId(String orgId)
The Apigee Organization name associated with the Apigee environment.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#org_id ApigeeKeystoresAliasesSelfSignedCert#org_id}
- Parameters:
orgId- The Apigee Organization name associated with the Apigee environment. This parameter is required.- Returns:
this
-
sigAlg
@Stability(Stable) public ApigeeKeystoresAliasesSelfSignedCert.Builder sigAlg(String sigAlg)
Signature algorithm to generate private key. Valid values are SHA512withRSA, SHA384withRSA, and SHA256withRSA.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#sig_alg ApigeeKeystoresAliasesSelfSignedCert#sig_alg}
- Parameters:
sigAlg- Signature algorithm to generate private key. Valid values are SHA512withRSA, SHA384withRSA, and SHA256withRSA. This parameter is required.- Returns:
this
-
subject
@Stability(Stable) public ApigeeKeystoresAliasesSelfSignedCert.Builder subject(ApigeeKeystoresAliasesSelfSignedCertSubject subject)
subject block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#subject ApigeeKeystoresAliasesSelfSignedCert#subject}
- Parameters:
subject- subject block. This parameter is required.- Returns:
this
-
certValidityInDays
@Stability(Stable) public ApigeeKeystoresAliasesSelfSignedCert.Builder certValidityInDays(Number certValidityInDays)
Validity duration of certificate, in days. Accepts positive non-zero value. Defaults to 365.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#cert_validity_in_days ApigeeKeystoresAliasesSelfSignedCert#cert_validity_in_days}
- Parameters:
certValidityInDays- Validity duration of certificate, in days. Accepts positive non-zero value. Defaults to 365. This parameter is required.- Returns:
this
-
id
@Stability(Stable) public ApigeeKeystoresAliasesSelfSignedCert.Builder id(String id)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#id ApigeeKeystoresAliasesSelfSignedCert#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/apigee_keystores_aliases_self_signed_cert#id ApigeeKeystoresAliasesSelfSignedCert#id}. This parameter is required.- Returns:
this
-
keySize
@Stability(Stable) public ApigeeKeystoresAliasesSelfSignedCert.Builder keySize(String keySize)
Key size. Default and maximum value is 2048 bits.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#key_size ApigeeKeystoresAliasesSelfSignedCert#key_size}
- Parameters:
keySize- Key size. Default and maximum value is 2048 bits. This parameter is required.- Returns:
this
-
subjectAlternativeDnsNames
@Stability(Stable) public ApigeeKeystoresAliasesSelfSignedCert.Builder subjectAlternativeDnsNames(ApigeeKeystoresAliasesSelfSignedCertSubjectAlternativeDnsNames subjectAlternativeDnsNames)
subject_alternative_dns_names block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#subject_alternative_dns_names ApigeeKeystoresAliasesSelfSignedCert#subject_alternative_dns_names}
- Parameters:
subjectAlternativeDnsNames- subject_alternative_dns_names block. This parameter is required.- Returns:
this
-
timeouts
@Stability(Stable) public ApigeeKeystoresAliasesSelfSignedCert.Builder timeouts(ApigeeKeystoresAliasesSelfSignedCertTimeouts timeouts)
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#timeouts ApigeeKeystoresAliasesSelfSignedCert#timeouts}
- Parameters:
timeouts- timeouts block. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public ApigeeKeystoresAliasesSelfSignedCert build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ApigeeKeystoresAliasesSelfSignedCert>- Returns:
- a newly built instance of
ApigeeKeystoresAliasesSelfSignedCert.
-
-