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