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