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