Class PrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.privateca_ca_pool.PrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<PrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa>
- Enclosing interface:
- PrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa
@Stability(Stable) public static final class PrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa.Builder extends Object implements software.amazon.jsii.Builder<PrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa>
A builder forPrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsabuild()Builds the configured instance.PrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa.BuildermaxModulusSize(String maxModulusSize)Sets the value ofPrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa.getMaxModulusSize()PrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa.BuilderminModulusSize(String minModulusSize)Sets the value ofPrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa.getMinModulusSize()
-
-
-
Method Detail
-
maxModulusSize
@Stability(Stable) public PrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa.Builder maxModulusSize(String maxModulusSize)
Sets the value ofPrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa.getMaxModulusSize()- Parameters:
maxModulusSize- The maximum allowed RSA modulus size, in bits. If this is not set, or if set to zero, the service will not enforce an explicit upper bound on RSA modulus sizes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#max_modulus_size PrivatecaCaPool#max_modulus_size}- Returns:
this
-
minModulusSize
@Stability(Stable) public PrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa.Builder minModulusSize(String minModulusSize)
Sets the value ofPrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa.getMinModulusSize()- Parameters:
minModulusSize- The minimum allowed RSA modulus size, in bits. If this is not set, or if set to zero, the service-level min RSA modulus size will continue to apply. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#min_modulus_size PrivatecaCaPool#min_modulus_size}- Returns:
this
-
build
@Stability(Stable) public PrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<PrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa>- Returns:
- a new instance of
PrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa - Throws:
NullPointerException- if any required attribute was not provided
-
-