Class VertexAiFeatureGroupBigQuery.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.vertex_ai_feature_group.VertexAiFeatureGroupBigQuery.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<VertexAiFeatureGroupBigQuery>
- Enclosing interface:
- VertexAiFeatureGroupBigQuery
@Stability(Stable) public static final class VertexAiFeatureGroupBigQuery.Builder extends Object implements software.amazon.jsii.Builder<VertexAiFeatureGroupBigQuery>
A builder forVertexAiFeatureGroupBigQuery
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VertexAiFeatureGroupBigQuery.BuilderbigQuerySource(VertexAiFeatureGroupBigQueryBigQuerySource bigQuerySource)Sets the value ofVertexAiFeatureGroupBigQuery.getBigQuerySource()VertexAiFeatureGroupBigQuerybuild()Builds the configured instance.VertexAiFeatureGroupBigQuery.BuilderentityIdColumns(List<String> entityIdColumns)Sets the value ofVertexAiFeatureGroupBigQuery.getEntityIdColumns()
-
-
-
Method Detail
-
bigQuerySource
@Stability(Stable) public VertexAiFeatureGroupBigQuery.Builder bigQuerySource(VertexAiFeatureGroupBigQueryBigQuerySource bigQuerySource)
Sets the value ofVertexAiFeatureGroupBigQuery.getBigQuerySource()- Parameters:
bigQuerySource- big_query_source 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_group#big_query_source VertexAiFeatureGroup#big_query_source}- Returns:
this
-
entityIdColumns
@Stability(Stable) public VertexAiFeatureGroupBigQuery.Builder entityIdColumns(List<String> entityIdColumns)
Sets the value ofVertexAiFeatureGroupBigQuery.getEntityIdColumns()- Parameters:
entityIdColumns- Columns to construct entityId / row keys. If not provided defaults to entityId. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_group#entity_id_columns VertexAiFeatureGroup#entity_id_columns}- Returns:
this
-
build
@Stability(Stable) public VertexAiFeatureGroupBigQuery build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<VertexAiFeatureGroupBigQuery>- Returns:
- a new instance of
VertexAiFeatureGroupBigQuery - Throws:
NullPointerException- if any required attribute was not provided
-
-