Class VertexAiFeatureOnlineStoreBigtable.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.vertex_ai_feature_online_store.VertexAiFeatureOnlineStoreBigtable.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<VertexAiFeatureOnlineStoreBigtable>
- Enclosing interface:
- VertexAiFeatureOnlineStoreBigtable
@Stability(Stable) public static final class VertexAiFeatureOnlineStoreBigtable.Builder extends Object implements software.amazon.jsii.Builder<VertexAiFeatureOnlineStoreBigtable>
A builder forVertexAiFeatureOnlineStoreBigtable
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VertexAiFeatureOnlineStoreBigtable.BuilderautoScaling(VertexAiFeatureOnlineStoreBigtableAutoScaling autoScaling)Sets the value ofVertexAiFeatureOnlineStoreBigtable.getAutoScaling()VertexAiFeatureOnlineStoreBigtablebuild()Builds the configured instance.
-
-
-
Method Detail
-
autoScaling
@Stability(Stable) public VertexAiFeatureOnlineStoreBigtable.Builder autoScaling(VertexAiFeatureOnlineStoreBigtableAutoScaling autoScaling)
Sets the value ofVertexAiFeatureOnlineStoreBigtable.getAutoScaling()- Parameters:
autoScaling- auto_scaling block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_online_store#auto_scaling VertexAiFeatureOnlineStore#auto_scaling}- Returns:
this
-
build
@Stability(Stable) public VertexAiFeatureOnlineStoreBigtable build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<VertexAiFeatureOnlineStoreBigtable>- Returns:
- a new instance of
VertexAiFeatureOnlineStoreBigtable - Throws:
NullPointerException- if any required attribute was not provided
-
-