Class DataprocAutoscalingPolicyTimeouts.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dataproc_autoscaling_policy.DataprocAutoscalingPolicyTimeouts.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataprocAutoscalingPolicyTimeouts>
- Enclosing interface:
- DataprocAutoscalingPolicyTimeouts
@Stability(Stable) public static final class DataprocAutoscalingPolicyTimeouts.Builder extends Object implements software.amazon.jsii.Builder<DataprocAutoscalingPolicyTimeouts>
A builder forDataprocAutoscalingPolicyTimeouts
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataprocAutoscalingPolicyTimeoutsbuild()Builds the configured instance.DataprocAutoscalingPolicyTimeouts.Buildercreate(String create)Sets the value ofDataprocAutoscalingPolicyTimeouts.getCreate()DataprocAutoscalingPolicyTimeouts.Builderdelete(String delete)Sets the value ofDataprocAutoscalingPolicyTimeouts.getDelete()DataprocAutoscalingPolicyTimeouts.Builderupdate(String update)Sets the value ofDataprocAutoscalingPolicyTimeouts.getUpdate()
-
-
-
Method Detail
-
create
@Stability(Stable) public DataprocAutoscalingPolicyTimeouts.Builder create(String create)
Sets the value ofDataprocAutoscalingPolicyTimeouts.getCreate()- Parameters:
create- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_autoscaling_policy#create DataprocAutoscalingPolicy#create}.- Returns:
this
-
delete
@Stability(Stable) public DataprocAutoscalingPolicyTimeouts.Builder delete(String delete)
Sets the value ofDataprocAutoscalingPolicyTimeouts.getDelete()- Parameters:
delete- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_autoscaling_policy#delete DataprocAutoscalingPolicy#delete}.- Returns:
this
-
update
@Stability(Stable) public DataprocAutoscalingPolicyTimeouts.Builder update(String update)
Sets the value ofDataprocAutoscalingPolicyTimeouts.getUpdate()- Parameters:
update- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_autoscaling_policy#update DataprocAutoscalingPolicy#update}.- Returns:
this
-
build
@Stability(Stable) public DataprocAutoscalingPolicyTimeouts build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataprocAutoscalingPolicyTimeouts>- Returns:
- a new instance of
DataprocAutoscalingPolicyTimeouts - Throws:
NullPointerException- if any required attribute was not provided
-
-