Class VertexAiFeaturestoreOnlineServingConfigScaling.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.vertex_ai_featurestore.VertexAiFeaturestoreOnlineServingConfigScaling.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<VertexAiFeaturestoreOnlineServingConfigScaling>
- Enclosing interface:
- VertexAiFeaturestoreOnlineServingConfigScaling
@Stability(Stable) public static final class VertexAiFeaturestoreOnlineServingConfigScaling.Builder extends Object implements software.amazon.jsii.Builder<VertexAiFeaturestoreOnlineServingConfigScaling>
A builder forVertexAiFeaturestoreOnlineServingConfigScaling
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VertexAiFeaturestoreOnlineServingConfigScalingbuild()Builds the configured instance.VertexAiFeaturestoreOnlineServingConfigScaling.BuildermaxNodeCount(Number maxNodeCount)Sets the value ofVertexAiFeaturestoreOnlineServingConfigScaling.getMaxNodeCount()VertexAiFeaturestoreOnlineServingConfigScaling.BuilderminNodeCount(Number minNodeCount)Sets the value ofVertexAiFeaturestoreOnlineServingConfigScaling.getMinNodeCount()
-
-
-
Method Detail
-
maxNodeCount
@Stability(Stable) public VertexAiFeaturestoreOnlineServingConfigScaling.Builder maxNodeCount(Number maxNodeCount)
Sets the value ofVertexAiFeaturestoreOnlineServingConfigScaling.getMaxNodeCount()- Parameters:
maxNodeCount- The maximum number of nodes to scale up to. This parameter is required. Must be greater than minNodeCount, and less than or equal to 10 times of 'minNodeCount'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_featurestore#max_node_count VertexAiFeaturestore#max_node_count}- Returns:
this
-
minNodeCount
@Stability(Stable) public VertexAiFeaturestoreOnlineServingConfigScaling.Builder minNodeCount(Number minNodeCount)
Sets the value ofVertexAiFeaturestoreOnlineServingConfigScaling.getMinNodeCount()- Parameters:
minNodeCount- The minimum number of nodes to scale down to. Must be greater than or equal to 1. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_featurestore#min_node_count VertexAiFeaturestore#min_node_count}- Returns:
this
-
build
@Stability(Stable) public VertexAiFeaturestoreOnlineServingConfigScaling build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<VertexAiFeaturestoreOnlineServingConfigScaling>- Returns:
- a new instance of
VertexAiFeaturestoreOnlineServingConfigScaling - Throws:
NullPointerException- if any required attribute was not provided
-
-