Uses of Class
com.hashicorp.cdktf.providers.google.project_iam_binding.ProjectIamBindingCondition.Builder
-
Packages that use ProjectIamBindingCondition.Builder Package Description com.hashicorp.cdktf.providers.google.project_iam_binding google_project_iam_binding -
-
Uses of ProjectIamBindingCondition.Builder in com.hashicorp.cdktf.providers.google.project_iam_binding
Methods in com.hashicorp.cdktf.providers.google.project_iam_binding that return ProjectIamBindingCondition.Builder Modifier and Type Method Description static ProjectIamBindingCondition.BuilderProjectIamBindingCondition. builder()ProjectIamBindingCondition.BuilderProjectIamBindingCondition.Builder. description(String description)Sets the value ofProjectIamBindingCondition.getDescription()ProjectIamBindingCondition.BuilderProjectIamBindingCondition.Builder. expression(String expression)Sets the value ofProjectIamBindingCondition.getExpression()ProjectIamBindingCondition.BuilderProjectIamBindingCondition.Builder. title(String title)Sets the value ofProjectIamBindingCondition.getTitle()Constructors in com.hashicorp.cdktf.providers.google.project_iam_binding with parameters of type ProjectIamBindingCondition.Builder Constructor Description Jsii$Proxy(ProjectIamBindingCondition.Builder builder)Constructor that initializes the object based on literal property values passed by theProjectIamBindingCondition.Builder.
-