Class VertexAiIndexEndpointTimeouts.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.vertex_ai_index_endpoint.VertexAiIndexEndpointTimeouts.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<VertexAiIndexEndpointTimeouts>
- Enclosing interface:
- VertexAiIndexEndpointTimeouts
@Stability(Stable) public static final class VertexAiIndexEndpointTimeouts.Builder extends Object implements software.amazon.jsii.Builder<VertexAiIndexEndpointTimeouts>
A builder forVertexAiIndexEndpointTimeouts
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VertexAiIndexEndpointTimeoutsbuild()Builds the configured instance.VertexAiIndexEndpointTimeouts.Buildercreate(String create)Sets the value ofVertexAiIndexEndpointTimeouts.getCreate()VertexAiIndexEndpointTimeouts.Builderdelete(String delete)Sets the value ofVertexAiIndexEndpointTimeouts.getDelete()VertexAiIndexEndpointTimeouts.Builderupdate(String update)Sets the value ofVertexAiIndexEndpointTimeouts.getUpdate()
-
-
-
Method Detail
-
create
@Stability(Stable) public VertexAiIndexEndpointTimeouts.Builder create(String create)
Sets the value ofVertexAiIndexEndpointTimeouts.getCreate()- Parameters:
create- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_index_endpoint#create VertexAiIndexEndpoint#create}.- Returns:
this
-
delete
@Stability(Stable) public VertexAiIndexEndpointTimeouts.Builder delete(String delete)
Sets the value ofVertexAiIndexEndpointTimeouts.getDelete()- Parameters:
delete- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_index_endpoint#delete VertexAiIndexEndpoint#delete}.- Returns:
this
-
update
@Stability(Stable) public VertexAiIndexEndpointTimeouts.Builder update(String update)
Sets the value ofVertexAiIndexEndpointTimeouts.getUpdate()- Parameters:
update- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_index_endpoint#update VertexAiIndexEndpoint#update}.- Returns:
this
-
build
@Stability(Stable) public VertexAiIndexEndpointTimeouts build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<VertexAiIndexEndpointTimeouts>- Returns:
- a new instance of
VertexAiIndexEndpointTimeouts - Throws:
NullPointerException- if any required attribute was not provided
-
-