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