Class AccessContextManagerAccessLevelCustomExpr.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.access_context_manager_access_level.AccessContextManagerAccessLevelCustomExpr.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<AccessContextManagerAccessLevelCustomExpr>
- Enclosing interface:
- AccessContextManagerAccessLevelCustomExpr
@Stability(Stable) public static final class AccessContextManagerAccessLevelCustomExpr.Builder extends Object implements software.amazon.jsii.Builder<AccessContextManagerAccessLevelCustomExpr>
A builder forAccessContextManagerAccessLevelCustomExpr
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessContextManagerAccessLevelCustomExprbuild()Builds the configured instance.AccessContextManagerAccessLevelCustomExpr.Builderdescription(String description)Sets the value ofAccessContextManagerAccessLevelCustomExpr.getDescription()AccessContextManagerAccessLevelCustomExpr.Builderexpression(String expression)Sets the value ofAccessContextManagerAccessLevelCustomExpr.getExpression()AccessContextManagerAccessLevelCustomExpr.Builderlocation(String location)Sets the value ofAccessContextManagerAccessLevelCustomExpr.getLocation()AccessContextManagerAccessLevelCustomExpr.Buildertitle(String title)Sets the value ofAccessContextManagerAccessLevelCustomExpr.getTitle()
-
-
-
Method Detail
-
expression
@Stability(Stable) public AccessContextManagerAccessLevelCustomExpr.Builder expression(String expression)
Sets the value ofAccessContextManagerAccessLevelCustomExpr.getExpression()- 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/access_context_manager_access_level#expression AccessContextManagerAccessLevel#expression}- Returns:
this
-
description
@Stability(Stable) public AccessContextManagerAccessLevelCustomExpr.Builder description(String description)
Sets the value ofAccessContextManagerAccessLevelCustomExpr.getDescription()- Parameters:
description- Description of the expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_access_level#description AccessContextManagerAccessLevel#description}- Returns:
this
-
location
@Stability(Stable) public AccessContextManagerAccessLevelCustomExpr.Builder location(String location)
Sets the value ofAccessContextManagerAccessLevelCustomExpr.getLocation()- 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/access_context_manager_access_level#location AccessContextManagerAccessLevel#location}- Returns:
this
-
title
@Stability(Stable) public AccessContextManagerAccessLevelCustomExpr.Builder title(String title)
Sets the value ofAccessContextManagerAccessLevelCustomExpr.getTitle()- Parameters:
title- Title for the expression, i.e. a short string describing its purpose. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_access_level#title AccessContextManagerAccessLevel#title}- Returns:
this
-
build
@Stability(Stable) public AccessContextManagerAccessLevelCustomExpr build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AccessContextManagerAccessLevelCustomExpr>- Returns:
- a new instance of
AccessContextManagerAccessLevelCustomExpr - Throws:
NullPointerException- if any required attribute was not provided
-
-