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