Class PrivatecaCaPoolIssuancePolicy.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.privateca_ca_pool.PrivatecaCaPoolIssuancePolicy.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<PrivatecaCaPoolIssuancePolicy>
- Enclosing interface:
- PrivatecaCaPoolIssuancePolicy
@Stability(Stable) public static final class PrivatecaCaPoolIssuancePolicy.Builder extends Object implements software.amazon.jsii.Builder<PrivatecaCaPoolIssuancePolicy>
A builder forPrivatecaCaPoolIssuancePolicy
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
allowedIssuanceModes
@Stability(Stable) public PrivatecaCaPoolIssuancePolicy.Builder allowedIssuanceModes(PrivatecaCaPoolIssuancePolicyAllowedIssuanceModes allowedIssuanceModes)
Sets the value ofPrivatecaCaPoolIssuancePolicy.getAllowedIssuanceModes()- Parameters:
allowedIssuanceModes- allowed_issuance_modes block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#allowed_issuance_modes PrivatecaCaPool#allowed_issuance_modes}- Returns:
this
-
allowedKeyTypes
@Stability(Stable) public PrivatecaCaPoolIssuancePolicy.Builder allowedKeyTypes(com.hashicorp.cdktf.IResolvable allowedKeyTypes)
Sets the value ofPrivatecaCaPoolIssuancePolicy.getAllowedKeyTypes()- Parameters:
allowedKeyTypes- allowed_key_types block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#allowed_key_types PrivatecaCaPool#allowed_key_types}- Returns:
this
-
allowedKeyTypes
@Stability(Stable) public PrivatecaCaPoolIssuancePolicy.Builder allowedKeyTypes(List<? extends PrivatecaCaPoolIssuancePolicyAllowedKeyTypes> allowedKeyTypes)
Sets the value ofPrivatecaCaPoolIssuancePolicy.getAllowedKeyTypes()- Parameters:
allowedKeyTypes- allowed_key_types block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#allowed_key_types PrivatecaCaPool#allowed_key_types}- Returns:
this
-
baselineValues
@Stability(Stable) public PrivatecaCaPoolIssuancePolicy.Builder baselineValues(PrivatecaCaPoolIssuancePolicyBaselineValues baselineValues)
Sets the value ofPrivatecaCaPoolIssuancePolicy.getBaselineValues()- Parameters:
baselineValues- baseline_values block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#baseline_values PrivatecaCaPool#baseline_values}- Returns:
this
-
identityConstraints
@Stability(Stable) public PrivatecaCaPoolIssuancePolicy.Builder identityConstraints(PrivatecaCaPoolIssuancePolicyIdentityConstraints identityConstraints)
Sets the value ofPrivatecaCaPoolIssuancePolicy.getIdentityConstraints()- Parameters:
identityConstraints- identity_constraints block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#identity_constraints PrivatecaCaPool#identity_constraints}- Returns:
this
-
maximumLifetime
@Stability(Stable) public PrivatecaCaPoolIssuancePolicy.Builder maximumLifetime(String maximumLifetime)
Sets the value ofPrivatecaCaPoolIssuancePolicy.getMaximumLifetime()- Parameters:
maximumLifetime- The maximum lifetime allowed for issued Certificates. Note that if the issuing CertificateAuthority expires before a Certificate's requested maximumLifetime, the effective lifetime will be explicitly truncated to match it. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#maximum_lifetime PrivatecaCaPool#maximum_lifetime}- Returns:
this
-
build
@Stability(Stable) public PrivatecaCaPoolIssuancePolicy build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<PrivatecaCaPoolIssuancePolicy>- Returns:
- a new instance of
PrivatecaCaPoolIssuancePolicy - Throws:
NullPointerException- if any required attribute was not provided
-
-