Uses of Class
com.hashicorp.cdktf.providers.google.iam_deny_policy.IamDenyPolicyRules.Builder
-
Packages that use IamDenyPolicyRules.Builder Package Description com.hashicorp.cdktf.providers.google.iam_deny_policy google_iam_deny_policy -
-
Uses of IamDenyPolicyRules.Builder in com.hashicorp.cdktf.providers.google.iam_deny_policy
Methods in com.hashicorp.cdktf.providers.google.iam_deny_policy that return IamDenyPolicyRules.Builder Modifier and Type Method Description static IamDenyPolicyRules.BuilderIamDenyPolicyRules. builder()IamDenyPolicyRules.BuilderIamDenyPolicyRules.Builder. denyRule(IamDenyPolicyRulesDenyRule denyRule)Sets the value ofIamDenyPolicyRules.getDenyRule()IamDenyPolicyRules.BuilderIamDenyPolicyRules.Builder. description(String description)Sets the value ofIamDenyPolicyRules.getDescription()Constructors in com.hashicorp.cdktf.providers.google.iam_deny_policy with parameters of type IamDenyPolicyRules.Builder Constructor Description Jsii$Proxy(IamDenyPolicyRules.Builder builder)Constructor that initializes the object based on literal property values passed by theIamDenyPolicyRules.Builder.
-