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