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