Uses of Class
com.hashicorp.cdktf.providers.google.dialogflow_intent.DialogflowIntentTimeouts.Builder
-
Packages that use DialogflowIntentTimeouts.Builder Package Description com.hashicorp.cdktf.providers.google.dialogflow_intent google_dialogflow_intent -
-
Uses of DialogflowIntentTimeouts.Builder in com.hashicorp.cdktf.providers.google.dialogflow_intent
Methods in com.hashicorp.cdktf.providers.google.dialogflow_intent that return DialogflowIntentTimeouts.Builder Modifier and Type Method Description static DialogflowIntentTimeouts.BuilderDialogflowIntentTimeouts. builder()DialogflowIntentTimeouts.BuilderDialogflowIntentTimeouts.Builder. create(String create)Sets the value ofDialogflowIntentTimeouts.getCreate()DialogflowIntentTimeouts.BuilderDialogflowIntentTimeouts.Builder. delete(String delete)Sets the value ofDialogflowIntentTimeouts.getDelete()DialogflowIntentTimeouts.BuilderDialogflowIntentTimeouts.Builder. update(String update)Sets the value ofDialogflowIntentTimeouts.getUpdate()Constructors in com.hashicorp.cdktf.providers.google.dialogflow_intent with parameters of type DialogflowIntentTimeouts.Builder Constructor Description Jsii$Proxy(DialogflowIntentTimeouts.Builder builder)Constructor that initializes the object based on literal property values passed by theDialogflowIntentTimeouts.Builder.
-