Class PrivatecaCertificateTemplateIdentityConstraints.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.privateca_certificate_template.PrivatecaCertificateTemplateIdentityConstraints.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<PrivatecaCertificateTemplateIdentityConstraints>
- Enclosing interface:
- PrivatecaCertificateTemplateIdentityConstraints
@Stability(Stable) public static final class PrivatecaCertificateTemplateIdentityConstraints.Builder extends Object implements software.amazon.jsii.Builder<PrivatecaCertificateTemplateIdentityConstraints>
A builder forPrivatecaCertificateTemplateIdentityConstraints
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivatecaCertificateTemplateIdentityConstraints.BuilderallowSubjectAltNamesPassthrough(com.hashicorp.cdktf.IResolvable allowSubjectAltNamesPassthrough)PrivatecaCertificateTemplateIdentityConstraints.BuilderallowSubjectAltNamesPassthrough(Boolean allowSubjectAltNamesPassthrough)PrivatecaCertificateTemplateIdentityConstraints.BuilderallowSubjectPassthrough(com.hashicorp.cdktf.IResolvable allowSubjectPassthrough)PrivatecaCertificateTemplateIdentityConstraints.BuilderallowSubjectPassthrough(Boolean allowSubjectPassthrough)PrivatecaCertificateTemplateIdentityConstraintsbuild()Builds the configured instance.PrivatecaCertificateTemplateIdentityConstraints.BuildercelExpression(PrivatecaCertificateTemplateIdentityConstraintsCelExpression celExpression)Sets the value ofPrivatecaCertificateTemplateIdentityConstraints.getCelExpression()
-
-
-
Method Detail
-
allowSubjectAltNamesPassthrough
@Stability(Stable) public PrivatecaCertificateTemplateIdentityConstraints.Builder allowSubjectAltNamesPassthrough(Boolean allowSubjectAltNamesPassthrough)
Sets the value ofPrivatecaCertificateTemplateIdentityConstraints.getAllowSubjectAltNamesPassthrough()- Parameters:
allowSubjectAltNamesPassthrough- Required. This parameter is required. If this is true, the SubjectAltNames extension may be copied from a certificate request into the signed certificate. Otherwise, the requested SubjectAltNames will be discarded. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_template#allow_subject_alt_names_passthrough PrivatecaCertificateTemplate#allow_subject_alt_names_passthrough}- Returns:
this
-
allowSubjectAltNamesPassthrough
@Stability(Stable) public PrivatecaCertificateTemplateIdentityConstraints.Builder allowSubjectAltNamesPassthrough(com.hashicorp.cdktf.IResolvable allowSubjectAltNamesPassthrough)
Sets the value ofPrivatecaCertificateTemplateIdentityConstraints.getAllowSubjectAltNamesPassthrough()- Parameters:
allowSubjectAltNamesPassthrough- Required. This parameter is required. If this is true, the SubjectAltNames extension may be copied from a certificate request into the signed certificate. Otherwise, the requested SubjectAltNames will be discarded. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_template#allow_subject_alt_names_passthrough PrivatecaCertificateTemplate#allow_subject_alt_names_passthrough}- Returns:
this
-
allowSubjectPassthrough
@Stability(Stable) public PrivatecaCertificateTemplateIdentityConstraints.Builder allowSubjectPassthrough(Boolean allowSubjectPassthrough)
- Parameters:
allowSubjectPassthrough- Required. This parameter is required. If this is true, the Subject field may be copied from a certificate request into the signed certificate. Otherwise, the requested Subject will be discarded. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_template#allow_subject_passthrough PrivatecaCertificateTemplate#allow_subject_passthrough}- Returns:
this
-
allowSubjectPassthrough
@Stability(Stable) public PrivatecaCertificateTemplateIdentityConstraints.Builder allowSubjectPassthrough(com.hashicorp.cdktf.IResolvable allowSubjectPassthrough)
- Parameters:
allowSubjectPassthrough- Required. This parameter is required. If this is true, the Subject field may be copied from a certificate request into the signed certificate. Otherwise, the requested Subject will be discarded. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_template#allow_subject_passthrough PrivatecaCertificateTemplate#allow_subject_passthrough}- Returns:
this
-
celExpression
@Stability(Stable) public PrivatecaCertificateTemplateIdentityConstraints.Builder celExpression(PrivatecaCertificateTemplateIdentityConstraintsCelExpression celExpression)
Sets the value ofPrivatecaCertificateTemplateIdentityConstraints.getCelExpression()- Parameters:
celExpression- cel_expression block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_template#cel_expression PrivatecaCertificateTemplate#cel_expression}- Returns:
this
-
build
@Stability(Stable) public PrivatecaCertificateTemplateIdentityConstraints build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<PrivatecaCertificateTemplateIdentityConstraints>- Returns:
- a new instance of
PrivatecaCertificateTemplateIdentityConstraints - Throws:
NullPointerException- if any required attribute was not provided
-
-