Class DialogflowCxPageEntryFulfillmentSetParameterActions.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_page.DialogflowCxPageEntryFulfillmentSetParameterActions.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DialogflowCxPageEntryFulfillmentSetParameterActions>
- Enclosing interface:
- DialogflowCxPageEntryFulfillmentSetParameterActions
@Stability(Stable) public static final class DialogflowCxPageEntryFulfillmentSetParameterActions.Builder extends Object implements software.amazon.jsii.Builder<DialogflowCxPageEntryFulfillmentSetParameterActions>
A builder forDialogflowCxPageEntryFulfillmentSetParameterActions
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DialogflowCxPageEntryFulfillmentSetParameterActionsbuild()Builds the configured instance.DialogflowCxPageEntryFulfillmentSetParameterActions.Builderparameter(String parameter)Sets the value ofDialogflowCxPageEntryFulfillmentSetParameterActions.getParameter()DialogflowCxPageEntryFulfillmentSetParameterActions.Buildervalue(String value)Sets the value ofDialogflowCxPageEntryFulfillmentSetParameterActions.getValue()
-
-
-
Method Detail
-
parameter
@Stability(Stable) public DialogflowCxPageEntryFulfillmentSetParameterActions.Builder parameter(String parameter)
Sets the value ofDialogflowCxPageEntryFulfillmentSetParameterActions.getParameter()- Parameters:
parameter- Display name of the parameter. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#parameter DialogflowCxPage#parameter}- Returns:
this
-
value
@Stability(Stable) public DialogflowCxPageEntryFulfillmentSetParameterActions.Builder value(String value)
Sets the value ofDialogflowCxPageEntryFulfillmentSetParameterActions.getValue()- Parameters:
value- The new JSON-encoded value of the parameter. A null value clears the parameter. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#value DialogflowCxPage#value}- Returns:
this
-
build
@Stability(Stable) public DialogflowCxPageEntryFulfillmentSetParameterActions build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DialogflowCxPageEntryFulfillmentSetParameterActions>- Returns:
- a new instance of
DialogflowCxPageEntryFulfillmentSetParameterActions - Throws:
NullPointerException- if any required attribute was not provided
-
-