Class VertexAiFeatureOnlineStoreConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.vertex_ai_feature_online_store.VertexAiFeatureOnlineStoreConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<VertexAiFeatureOnlineStoreConfig>
- Enclosing interface:
- VertexAiFeatureOnlineStoreConfig
@Stability(Stable) public static final class VertexAiFeatureOnlineStoreConfig.Builder extends Object implements software.amazon.jsii.Builder<VertexAiFeatureOnlineStoreConfig>
A builder forVertexAiFeatureOnlineStoreConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
name
@Stability(Stable) public VertexAiFeatureOnlineStoreConfig.Builder name(String name)
Sets the value ofVertexAiFeatureOnlineStoreConfig.getName()- Parameters:
name- The resource name of the Feature Online Store. This parameter is required. This value may be up to 60 characters, and valid characters are [a-z0-9_]. The first character cannot be a number. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_online_store#name VertexAiFeatureOnlineStore#name}- Returns:
this
-
bigtable
@Stability(Stable) public VertexAiFeatureOnlineStoreConfig.Builder bigtable(VertexAiFeatureOnlineStoreBigtable bigtable)
Sets the value ofVertexAiFeatureOnlineStoreConfig.getBigtable()- Parameters:
bigtable- bigtable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_online_store#bigtable VertexAiFeatureOnlineStore#bigtable}- Returns:
this
-
dedicatedServingEndpoint
@Stability(Stable) public VertexAiFeatureOnlineStoreConfig.Builder dedicatedServingEndpoint(VertexAiFeatureOnlineStoreDedicatedServingEndpoint dedicatedServingEndpoint)
Sets the value ofVertexAiFeatureOnlineStoreConfig.getDedicatedServingEndpoint()- Parameters:
dedicatedServingEndpoint- dedicated_serving_endpoint block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_online_store#dedicated_serving_endpoint VertexAiFeatureOnlineStore#dedicated_serving_endpoint}- Returns:
this
-
forceDestroy
@Stability(Stable) public VertexAiFeatureOnlineStoreConfig.Builder forceDestroy(Boolean forceDestroy)
Sets the value ofVertexAiFeatureOnlineStoreConfig.getForceDestroy()- Parameters:
forceDestroy- If set to true, any FeatureViews and Features for this FeatureOnlineStore will also be deleted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_online_store#force_destroy VertexAiFeatureOnlineStore#force_destroy}- Returns:
this
-
forceDestroy
@Stability(Stable) public VertexAiFeatureOnlineStoreConfig.Builder forceDestroy(com.hashicorp.cdktf.IResolvable forceDestroy)
Sets the value ofVertexAiFeatureOnlineStoreConfig.getForceDestroy()- Parameters:
forceDestroy- If set to true, any FeatureViews and Features for this FeatureOnlineStore will also be deleted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_online_store#force_destroy VertexAiFeatureOnlineStore#force_destroy}- Returns:
this
-
id
@Stability(Stable) public VertexAiFeatureOnlineStoreConfig.Builder id(String id)
Sets the value ofVertexAiFeatureOnlineStoreConfig.getId()- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_online_store#id VertexAiFeatureOnlineStore#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.- Returns:
this
-
labels
@Stability(Stable) public VertexAiFeatureOnlineStoreConfig.Builder labels(Map<String,String> labels)
Sets the value ofVertexAiFeatureOnlineStoreConfig.getLabels()- Parameters:
labels- The labels with user-defined metadata to organize your feature online stores. **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_online_store#labels VertexAiFeatureOnlineStore#labels}- Returns:
this
-
optimized
@Stability(Stable) public VertexAiFeatureOnlineStoreConfig.Builder optimized(VertexAiFeatureOnlineStoreOptimized optimized)
Sets the value ofVertexAiFeatureOnlineStoreConfig.getOptimized()- Parameters:
optimized- optimized block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_online_store#optimized VertexAiFeatureOnlineStore#optimized}- Returns:
this
-
project
@Stability(Stable) public VertexAiFeatureOnlineStoreConfig.Builder project(String project)
Sets the value ofVertexAiFeatureOnlineStoreConfig.getProject()- Parameters:
project- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_online_store#project VertexAiFeatureOnlineStore#project}.- Returns:
this
-
region
@Stability(Stable) public VertexAiFeatureOnlineStoreConfig.Builder region(String region)
Sets the value ofVertexAiFeatureOnlineStoreConfig.getRegion()- Parameters:
region- The region of feature online store. eg us-central1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_online_store#region VertexAiFeatureOnlineStore#region}- Returns:
this
-
timeouts
@Stability(Stable) public VertexAiFeatureOnlineStoreConfig.Builder timeouts(VertexAiFeatureOnlineStoreTimeouts timeouts)
Sets the value ofVertexAiFeatureOnlineStoreConfig.getTimeouts()- Parameters:
timeouts- timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_online_store#timeouts VertexAiFeatureOnlineStore#timeouts}- Returns:
this
-
connection
@Stability(Experimental) public VertexAiFeatureOnlineStoreConfig.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
connection
@Stability(Experimental) public VertexAiFeatureOnlineStoreConfig.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public VertexAiFeatureOnlineStoreConfig.Builder count(Number count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public VertexAiFeatureOnlineStoreConfig.Builder count(com.hashicorp.cdktf.TerraformCount count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
dependsOn
@Stability(Experimental) public VertexAiFeatureOnlineStoreConfig.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
Sets the value ofTerraformMetaArguments.getDependsOn()- Parameters:
dependsOn- the value to be set.- Returns:
this
-
forEach
@Stability(Experimental) public VertexAiFeatureOnlineStoreConfig.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
Sets the value ofTerraformMetaArguments.getForEach()- Parameters:
forEach- the value to be set.- Returns:
this
-
lifecycle
@Stability(Experimental) public VertexAiFeatureOnlineStoreConfig.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
Sets the value ofTerraformMetaArguments.getLifecycle()- Parameters:
lifecycle- the value to be set.- Returns:
this
-
provider
@Stability(Experimental) public VertexAiFeatureOnlineStoreConfig.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
Sets the value ofTerraformMetaArguments.getProvider()- Parameters:
provider- the value to be set.- Returns:
this
-
provisioners
@Stability(Experimental) public VertexAiFeatureOnlineStoreConfig.Builder provisioners(List<? extends Object> provisioners)
Sets the value ofTerraformMetaArguments.getProvisioners()- Parameters:
provisioners- the value to be set.- Returns:
this
-
build
@Stability(Stable) public VertexAiFeatureOnlineStoreConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<VertexAiFeatureOnlineStoreConfig>- Returns:
- a new instance of
VertexAiFeatureOnlineStoreConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-