Class PrivatecaCaPoolIssuancePolicyIdentityConstraintsCelExpression.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.privateca_ca_pool.PrivatecaCaPoolIssuancePolicyIdentityConstraintsCelExpression.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<PrivatecaCaPoolIssuancePolicyIdentityConstraintsCelExpression>
- Enclosing interface:
- PrivatecaCaPoolIssuancePolicyIdentityConstraintsCelExpression
@Stability(Stable) public static final class PrivatecaCaPoolIssuancePolicyIdentityConstraintsCelExpression.Builder extends Object implements software.amazon.jsii.Builder<PrivatecaCaPoolIssuancePolicyIdentityConstraintsCelExpression>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivatecaCaPoolIssuancePolicyIdentityConstraintsCelExpressionbuild()Builds the configured instance.PrivatecaCaPoolIssuancePolicyIdentityConstraintsCelExpression.Builderdescription(String description)PrivatecaCaPoolIssuancePolicyIdentityConstraintsCelExpression.Builderexpression(String expression)PrivatecaCaPoolIssuancePolicyIdentityConstraintsCelExpression.Builderlocation(String location)PrivatecaCaPoolIssuancePolicyIdentityConstraintsCelExpression.Buildertitle(String title)Sets the value ofPrivatecaCaPoolIssuancePolicyIdentityConstraintsCelExpression.getTitle()
-
-
-
Method Detail
-
expression
@Stability(Stable) public PrivatecaCaPoolIssuancePolicyIdentityConstraintsCelExpression.Builder expression(String expression)
- Parameters:
expression- Textual representation of an expression in Common Expression Language syntax. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#expression PrivatecaCaPool#expression}- Returns:
this
-
description
@Stability(Stable) public PrivatecaCaPoolIssuancePolicyIdentityConstraintsCelExpression.Builder description(String description)
- Parameters:
description- 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_ca_pool#description PrivatecaCaPool#description}- Returns:
this
-
location
@Stability(Stable) public PrivatecaCaPoolIssuancePolicyIdentityConstraintsCelExpression.Builder location(String location)
- Parameters:
location- 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_ca_pool#location PrivatecaCaPool#location}- Returns:
this
-
title
@Stability(Stable) public PrivatecaCaPoolIssuancePolicyIdentityConstraintsCelExpression.Builder title(String title)
Sets the value ofPrivatecaCaPoolIssuancePolicyIdentityConstraintsCelExpression.getTitle()- Parameters:
title- 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_ca_pool#title PrivatecaCaPool#title}- Returns:
this
-
build
@Stability(Stable) public PrivatecaCaPoolIssuancePolicyIdentityConstraintsCelExpression build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<PrivatecaCaPoolIssuancePolicyIdentityConstraintsCelExpression>- Returns:
- a new instance of
PrivatecaCaPoolIssuancePolicyIdentityConstraintsCelExpression - Throws:
NullPointerException- if any required attribute was not provided
-
-