Class ProjectIamBindingCondition.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.project_iam_binding.ProjectIamBindingCondition.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ProjectIamBindingCondition>
- Enclosing interface:
- ProjectIamBindingCondition
@Stability(Stable) public static final class ProjectIamBindingCondition.Builder extends Object implements software.amazon.jsii.Builder<ProjectIamBindingCondition>
A builder forProjectIamBindingCondition
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectIamBindingConditionbuild()Builds the configured instance.ProjectIamBindingCondition.Builderdescription(String description)Sets the value ofProjectIamBindingCondition.getDescription()ProjectIamBindingCondition.Builderexpression(String expression)Sets the value ofProjectIamBindingCondition.getExpression()ProjectIamBindingCondition.Buildertitle(String title)Sets the value ofProjectIamBindingCondition.getTitle()
-
-
-
Method Detail
-
expression
@Stability(Stable) public ProjectIamBindingCondition.Builder expression(String expression)
Sets the value ofProjectIamBindingCondition.getExpression()- Parameters:
expression- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/project_iam_binding#expression ProjectIamBinding#expression}. This parameter is required.- Returns:
this
-
title
@Stability(Stable) public ProjectIamBindingCondition.Builder title(String title)
Sets the value ofProjectIamBindingCondition.getTitle()- Parameters:
title- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/project_iam_binding#title ProjectIamBinding#title}. This parameter is required.- Returns:
this
-
description
@Stability(Stable) public ProjectIamBindingCondition.Builder description(String description)
Sets the value ofProjectIamBindingCondition.getDescription()- Parameters:
description- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/project_iam_binding#description ProjectIamBinding#description}.- Returns:
this
-
build
@Stability(Stable) public ProjectIamBindingCondition build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ProjectIamBindingCondition>- Returns:
- a new instance of
ProjectIamBindingCondition - Throws:
NullPointerException- if any required attribute was not provided
-
-