Uses of Class
com.hashicorp.cdktf.providers.google.compute_security_policy_rule.ComputeSecurityPolicyRuleTimeouts.Builder
-
Packages that use ComputeSecurityPolicyRuleTimeouts.Builder Package Description com.hashicorp.cdktf.providers.google.compute_security_policy_rule google_compute_security_policy_rule -
-
Uses of ComputeSecurityPolicyRuleTimeouts.Builder in com.hashicorp.cdktf.providers.google.compute_security_policy_rule
Methods in com.hashicorp.cdktf.providers.google.compute_security_policy_rule that return ComputeSecurityPolicyRuleTimeouts.Builder Modifier and Type Method Description static ComputeSecurityPolicyRuleTimeouts.BuilderComputeSecurityPolicyRuleTimeouts. builder()ComputeSecurityPolicyRuleTimeouts.BuilderComputeSecurityPolicyRuleTimeouts.Builder. create(String create)Sets the value ofComputeSecurityPolicyRuleTimeouts.getCreate()ComputeSecurityPolicyRuleTimeouts.BuilderComputeSecurityPolicyRuleTimeouts.Builder. delete(String delete)Sets the value ofComputeSecurityPolicyRuleTimeouts.getDelete()ComputeSecurityPolicyRuleTimeouts.BuilderComputeSecurityPolicyRuleTimeouts.Builder. update(String update)Sets the value ofComputeSecurityPolicyRuleTimeouts.getUpdate()Constructors in com.hashicorp.cdktf.providers.google.compute_security_policy_rule with parameters of type ComputeSecurityPolicyRuleTimeouts.Builder Constructor Description Jsii$Proxy(ComputeSecurityPolicyRuleTimeouts.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeSecurityPolicyRuleTimeouts.Builder.
-