Class DialogflowCxPageForm.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_page.DialogflowCxPageForm.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DialogflowCxPageForm>
- Enclosing interface:
- DialogflowCxPageForm
@Stability(Stable) public static final class DialogflowCxPageForm.Builder extends Object implements software.amazon.jsii.Builder<DialogflowCxPageForm>
A builder forDialogflowCxPageForm
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DialogflowCxPageFormbuild()Builds the configured instance.DialogflowCxPageForm.Builderparameters(com.hashicorp.cdktf.IResolvable parameters)Sets the value ofDialogflowCxPageForm.getParameters()DialogflowCxPageForm.Builderparameters(List<? extends DialogflowCxPageFormParameters> parameters)Sets the value ofDialogflowCxPageForm.getParameters()
-
-
-
Method Detail
-
parameters
@Stability(Stable) public DialogflowCxPageForm.Builder parameters(com.hashicorp.cdktf.IResolvable parameters)
Sets the value ofDialogflowCxPageForm.getParameters()- Parameters:
parameters- parameters block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#parameters DialogflowCxPage#parameters}- Returns:
this
-
parameters
@Stability(Stable) public DialogflowCxPageForm.Builder parameters(List<? extends DialogflowCxPageFormParameters> parameters)
Sets the value ofDialogflowCxPageForm.getParameters()- Parameters:
parameters- parameters block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#parameters DialogflowCxPage#parameters}- Returns:
this
-
build
@Stability(Stable) public DialogflowCxPageForm build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DialogflowCxPageForm>- Returns:
- a new instance of
DialogflowCxPageForm - Throws:
NullPointerException- if any required attribute was not provided
-
-