Class PrivatecaCaPoolIssuancePolicyAllowedKeyTypes.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.privateca_ca_pool.PrivatecaCaPoolIssuancePolicyAllowedKeyTypes.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<PrivatecaCaPoolIssuancePolicyAllowedKeyTypes>
- Enclosing interface:
- PrivatecaCaPoolIssuancePolicyAllowedKeyTypes
@Stability(Stable) public static final class PrivatecaCaPoolIssuancePolicyAllowedKeyTypes.Builder extends Object implements software.amazon.jsii.Builder<PrivatecaCaPoolIssuancePolicyAllowedKeyTypes>
A builder forPrivatecaCaPoolIssuancePolicyAllowedKeyTypes
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivatecaCaPoolIssuancePolicyAllowedKeyTypesbuild()Builds the configured instance.PrivatecaCaPoolIssuancePolicyAllowedKeyTypes.BuilderellipticCurve(PrivatecaCaPoolIssuancePolicyAllowedKeyTypesEllipticCurve ellipticCurve)Sets the value ofPrivatecaCaPoolIssuancePolicyAllowedKeyTypes.getEllipticCurve()PrivatecaCaPoolIssuancePolicyAllowedKeyTypes.Builderrsa(PrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa rsa)Sets the value ofPrivatecaCaPoolIssuancePolicyAllowedKeyTypes.getRsa()
-
-
-
Method Detail
-
ellipticCurve
@Stability(Stable) public PrivatecaCaPoolIssuancePolicyAllowedKeyTypes.Builder ellipticCurve(PrivatecaCaPoolIssuancePolicyAllowedKeyTypesEllipticCurve ellipticCurve)
Sets the value ofPrivatecaCaPoolIssuancePolicyAllowedKeyTypes.getEllipticCurve()- Parameters:
ellipticCurve- elliptic_curve block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#elliptic_curve PrivatecaCaPool#elliptic_curve}- Returns:
this
-
rsa
@Stability(Stable) public PrivatecaCaPoolIssuancePolicyAllowedKeyTypes.Builder rsa(PrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa rsa)
Sets the value ofPrivatecaCaPoolIssuancePolicyAllowedKeyTypes.getRsa()- Parameters:
rsa- rsa block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#rsa PrivatecaCaPool#rsa}- Returns:
this
-
build
@Stability(Stable) public PrivatecaCaPoolIssuancePolicyAllowedKeyTypes build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<PrivatecaCaPoolIssuancePolicyAllowedKeyTypes>- Returns:
- a new instance of
PrivatecaCaPoolIssuancePolicyAllowedKeyTypes - Throws:
NullPointerException- if any required attribute was not provided
-
-