Class DialogflowCxFlowAdvancedSettingsAudioExportGcsDestination.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_flow.DialogflowCxFlowAdvancedSettingsAudioExportGcsDestination.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DialogflowCxFlowAdvancedSettingsAudioExportGcsDestination>
- Enclosing interface:
- DialogflowCxFlowAdvancedSettingsAudioExportGcsDestination
@Stability(Stable) public static final class DialogflowCxFlowAdvancedSettingsAudioExportGcsDestination.Builder extends Object implements software.amazon.jsii.Builder<DialogflowCxFlowAdvancedSettingsAudioExportGcsDestination>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DialogflowCxFlowAdvancedSettingsAudioExportGcsDestinationbuild()Builds the configured instance.DialogflowCxFlowAdvancedSettingsAudioExportGcsDestination.Builderuri(String uri)Sets the value ofDialogflowCxFlowAdvancedSettingsAudioExportGcsDestination.getUri()
-
-
-
Method Detail
-
uri
@Stability(Stable) public DialogflowCxFlowAdvancedSettingsAudioExportGcsDestination.Builder uri(String uri)
Sets the value ofDialogflowCxFlowAdvancedSettingsAudioExportGcsDestination.getUri()- Parameters:
uri- The Google Cloud Storage URI for the exported objects. Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation. Format: gs://bucket/object-name-or-prefix Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_flow#uri DialogflowCxFlow#uri}- Returns:
this
-
build
@Stability(Stable) public DialogflowCxFlowAdvancedSettingsAudioExportGcsDestination build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DialogflowCxFlowAdvancedSettingsAudioExportGcsDestination>- Returns:
- a new instance of
DialogflowCxFlowAdvancedSettingsAudioExportGcsDestination - Throws:
NullPointerException- if any required attribute was not provided
-
-