Class VertexAiFeatureGroupBigQueryBigQuerySource.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.vertex_ai_feature_group.VertexAiFeatureGroupBigQueryBigQuerySource.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<VertexAiFeatureGroupBigQueryBigQuerySource>
- Enclosing interface:
- VertexAiFeatureGroupBigQueryBigQuerySource
@Stability(Stable) public static final class VertexAiFeatureGroupBigQueryBigQuerySource.Builder extends Object implements software.amazon.jsii.Builder<VertexAiFeatureGroupBigQueryBigQuerySource>
A builder forVertexAiFeatureGroupBigQueryBigQuerySource
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VertexAiFeatureGroupBigQueryBigQuerySourcebuild()Builds the configured instance.VertexAiFeatureGroupBigQueryBigQuerySource.BuilderinputUri(String inputUri)Sets the value ofVertexAiFeatureGroupBigQueryBigQuerySource.getInputUri()
-
-
-
Method Detail
-
inputUri
@Stability(Stable) public VertexAiFeatureGroupBigQueryBigQuerySource.Builder inputUri(String inputUri)
Sets the value ofVertexAiFeatureGroupBigQueryBigQuerySource.getInputUri()- Parameters:
inputUri- BigQuery URI to a table, up to 2000 characters long. For example: 'bq://projectId.bqDatasetId.bqTableId.'. 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#input_uri VertexAiFeatureGroup#input_uri}- Returns:
this
-
build
@Stability(Stable) public VertexAiFeatureGroupBigQueryBigQuerySource build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<VertexAiFeatureGroupBigQueryBigQuerySource>- Returns:
- a new instance of
VertexAiFeatureGroupBigQueryBigQuerySource - Throws:
NullPointerException- if any required attribute was not provided
-
-