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