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