Class VertexAiFeatureOnlineStoreFeatureview.Builder

    • Method Detail

      • connection

        @Stability(Experimental)
        public VertexAiFeatureOnlineStoreFeatureview.Builder connection​(com.hashicorp.cdktf.SSHProvisionerConnection connection)
        Parameters:
        connection - This parameter is required.
        Returns:
        this
      • connection

        @Stability(Experimental)
        public VertexAiFeatureOnlineStoreFeatureview.Builder connection​(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
        Parameters:
        connection - This parameter is required.
        Returns:
        this
      • lifecycle

        @Stability(Experimental)
        public VertexAiFeatureOnlineStoreFeatureview.Builder lifecycle​(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
        Parameters:
        lifecycle - This parameter is required.
        Returns:
        this
      • featureOnlineStore

        @Stability(Stable)
        public VertexAiFeatureOnlineStoreFeatureview.Builder featureOnlineStore​(String featureOnlineStore)
        The name of the FeatureOnlineStore to use for the featureview.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_online_store_featureview#feature_online_store VertexAiFeatureOnlineStoreFeatureview#feature_online_store}

        Parameters:
        featureOnlineStore - The name of the FeatureOnlineStore to use for the featureview. This parameter is required.
        Returns:
        this
      • region

        @Stability(Stable)
        public VertexAiFeatureOnlineStoreFeatureview.Builder region​(String region)
        The region for the resource. It should be the same as the featureonlinestore region.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_online_store_featureview#region VertexAiFeatureOnlineStoreFeatureview#region}

        Parameters:
        region - The region for the resource. It should be the same as the featureonlinestore region. This parameter is required.
        Returns:
        this
      • bigQuerySource

        @Stability(Stable)
        public VertexAiFeatureOnlineStoreFeatureview.Builder bigQuerySource​(VertexAiFeatureOnlineStoreFeatureviewBigQuerySource bigQuerySource)
        big_query_source block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_online_store_featureview#big_query_source VertexAiFeatureOnlineStoreFeatureview#big_query_source}

        Parameters:
        bigQuerySource - big_query_source block. This parameter is required.
        Returns:
        this
      • featureRegistrySource

        @Stability(Stable)
        public VertexAiFeatureOnlineStoreFeatureview.Builder featureRegistrySource​(VertexAiFeatureOnlineStoreFeatureviewFeatureRegistrySource featureRegistrySource)
        feature_registry_source block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_online_store_featureview#feature_registry_source VertexAiFeatureOnlineStoreFeatureview#feature_registry_source}

        Parameters:
        featureRegistrySource - feature_registry_source block. This parameter is required.
        Returns:
        this
      • id

        @Stability(Stable)
        public VertexAiFeatureOnlineStoreFeatureview.Builder id​(String id)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_online_store_featureview#id VertexAiFeatureOnlineStoreFeatureview#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.

        Parameters:
        id - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_online_store_featureview#id VertexAiFeatureOnlineStoreFeatureview#id}. This parameter is required.
        Returns:
        this
      • labels

        @Stability(Stable)
        public VertexAiFeatureOnlineStoreFeatureview.Builder labels​(Map<String,​String> labels)
        A set of key/value label pairs to assign to this FeatureView.

        **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_featureview#labels VertexAiFeatureOnlineStoreFeatureview#labels}

        Parameters:
        labels - A set of key/value label pairs to assign to this FeatureView. This parameter is required.
        Returns:
        this
      • name

        @Stability(Stable)
        public VertexAiFeatureOnlineStoreFeatureview.Builder name​(String name)
        Name of the FeatureView.

        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_featureview#name VertexAiFeatureOnlineStoreFeatureview#name}

        Parameters:
        name - Name of the FeatureView. This parameter is required.
        Returns:
        this
      • project

        @Stability(Stable)
        public VertexAiFeatureOnlineStoreFeatureview.Builder project​(String project)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_online_store_featureview#project VertexAiFeatureOnlineStoreFeatureview#project}.

        Parameters:
        project - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_online_store_featureview#project VertexAiFeatureOnlineStoreFeatureview#project}. This parameter is required.
        Returns:
        this
      • syncConfig

        @Stability(Stable)
        public VertexAiFeatureOnlineStoreFeatureview.Builder syncConfig​(VertexAiFeatureOnlineStoreFeatureviewSyncConfig syncConfig)
        sync_config block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_online_store_featureview#sync_config VertexAiFeatureOnlineStoreFeatureview#sync_config}

        Parameters:
        syncConfig - sync_config block. This parameter is required.
        Returns:
        this
      • timeouts

        @Stability(Stable)
        public VertexAiFeatureOnlineStoreFeatureview.Builder timeouts​(VertexAiFeatureOnlineStoreFeatureviewTimeouts 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_featureview#timeouts VertexAiFeatureOnlineStoreFeatureview#timeouts}

        Parameters:
        timeouts - timeouts block. This parameter is required.
        Returns:
        this