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