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