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