Class DialogflowCxEnvironmentVersionConfigs.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_environment.DialogflowCxEnvironmentVersionConfigs.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DialogflowCxEnvironmentVersionConfigs>
- Enclosing interface:
- DialogflowCxEnvironmentVersionConfigs
@Stability(Stable) public static final class DialogflowCxEnvironmentVersionConfigs.Builder extends Object implements software.amazon.jsii.Builder<DialogflowCxEnvironmentVersionConfigs>
A builder forDialogflowCxEnvironmentVersionConfigs
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DialogflowCxEnvironmentVersionConfigsbuild()Builds the configured instance.DialogflowCxEnvironmentVersionConfigs.Builderversion(String version)Sets the value ofDialogflowCxEnvironmentVersionConfigs.getVersion()
-
-
-
Method Detail
-
version
@Stability(Stable) public DialogflowCxEnvironmentVersionConfigs.Builder version(String version)
Sets the value ofDialogflowCxEnvironmentVersionConfigs.getVersion()- Parameters:
version- Format: projects/{{project}}/locations/{{location}}/agents/{{agent}}/flows/{{flow}}/versions/{{version}}. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_environment#version DialogflowCxEnvironment#version}- Returns:
this
-
build
@Stability(Stable) public DialogflowCxEnvironmentVersionConfigs build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DialogflowCxEnvironmentVersionConfigs>- Returns:
- a new instance of
DialogflowCxEnvironmentVersionConfigs - Throws:
NullPointerException- if any required attribute was not provided
-
-