Class PrivatecaCertificateTemplateIdentityConstraintsCelExpression.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.privateca_certificate_template.PrivatecaCertificateTemplateIdentityConstraintsCelExpression.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<PrivatecaCertificateTemplateIdentityConstraintsCelExpression>
- Enclosing interface:
- PrivatecaCertificateTemplateIdentityConstraintsCelExpression
@Stability(Stable) public static final class PrivatecaCertificateTemplateIdentityConstraintsCelExpression.Builder extends Object implements software.amazon.jsii.Builder<PrivatecaCertificateTemplateIdentityConstraintsCelExpression>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivatecaCertificateTemplateIdentityConstraintsCelExpressionbuild()Builds the configured instance.PrivatecaCertificateTemplateIdentityConstraintsCelExpression.Builderdescription(String description)PrivatecaCertificateTemplateIdentityConstraintsCelExpression.Builderexpression(String expression)PrivatecaCertificateTemplateIdentityConstraintsCelExpression.Builderlocation(String location)PrivatecaCertificateTemplateIdentityConstraintsCelExpression.Buildertitle(String title)Sets the value ofPrivatecaCertificateTemplateIdentityConstraintsCelExpression.getTitle()
-
-
-
Method Detail
-
description
@Stability(Stable) public PrivatecaCertificateTemplateIdentityConstraintsCelExpression.Builder description(String description)
- Parameters:
description- Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_template#description PrivatecaCertificateTemplate#description}- Returns:
this
-
expression
@Stability(Stable) public PrivatecaCertificateTemplateIdentityConstraintsCelExpression.Builder expression(String expression)
- Parameters:
expression- Textual representation of an expression in Common Expression Language syntax. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_template#expression PrivatecaCertificateTemplate#expression}- Returns:
this
-
location
@Stability(Stable) public PrivatecaCertificateTemplateIdentityConstraintsCelExpression.Builder location(String location)
- Parameters:
location- Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_template#location PrivatecaCertificateTemplate#location}- Returns:
this
-
title
@Stability(Stable) public PrivatecaCertificateTemplateIdentityConstraintsCelExpression.Builder title(String title)
Sets the value ofPrivatecaCertificateTemplateIdentityConstraintsCelExpression.getTitle()- Parameters:
title- Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_template#title PrivatecaCertificateTemplate#title}- Returns:
this
-
build
@Stability(Stable) public PrivatecaCertificateTemplateIdentityConstraintsCelExpression build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<PrivatecaCertificateTemplateIdentityConstraintsCelExpression>- Returns:
- a new instance of
PrivatecaCertificateTemplateIdentityConstraintsCelExpression - Throws:
NullPointerException- if any required attribute was not provided
-
-