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