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