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