Class BigqueryAnalyticsHubListingRestrictedExportConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.bigquery_analytics_hub_listing.BigqueryAnalyticsHubListingRestrictedExportConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<BigqueryAnalyticsHubListingRestrictedExportConfig>
- Enclosing interface:
- BigqueryAnalyticsHubListingRestrictedExportConfig
@Stability(Stable) public static final class BigqueryAnalyticsHubListingRestrictedExportConfig.Builder extends Object implements software.amazon.jsii.Builder<BigqueryAnalyticsHubListingRestrictedExportConfig>
A builder forBigqueryAnalyticsHubListingRestrictedExportConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigqueryAnalyticsHubListingRestrictedExportConfigbuild()Builds the configured instance.BigqueryAnalyticsHubListingRestrictedExportConfig.Builderenabled(com.hashicorp.cdktf.IResolvable enabled)Sets the value ofBigqueryAnalyticsHubListingRestrictedExportConfig.getEnabled()BigqueryAnalyticsHubListingRestrictedExportConfig.Builderenabled(Boolean enabled)Sets the value ofBigqueryAnalyticsHubListingRestrictedExportConfig.getEnabled()BigqueryAnalyticsHubListingRestrictedExportConfig.BuilderrestrictQueryResult(com.hashicorp.cdktf.IResolvable restrictQueryResult)BigqueryAnalyticsHubListingRestrictedExportConfig.BuilderrestrictQueryResult(Boolean restrictQueryResult)
-
-
-
Method Detail
-
enabled
@Stability(Stable) public BigqueryAnalyticsHubListingRestrictedExportConfig.Builder enabled(Boolean enabled)
Sets the value ofBigqueryAnalyticsHubListingRestrictedExportConfig.getEnabled()- Parameters:
enabled- If true, enable restricted export. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_analytics_hub_listing#enabled BigqueryAnalyticsHubListing#enabled}- Returns:
this
-
enabled
@Stability(Stable) public BigqueryAnalyticsHubListingRestrictedExportConfig.Builder enabled(com.hashicorp.cdktf.IResolvable enabled)
Sets the value ofBigqueryAnalyticsHubListingRestrictedExportConfig.getEnabled()- Parameters:
enabled- If true, enable restricted export. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_analytics_hub_listing#enabled BigqueryAnalyticsHubListing#enabled}- Returns:
this
-
restrictQueryResult
@Stability(Stable) public BigqueryAnalyticsHubListingRestrictedExportConfig.Builder restrictQueryResult(Boolean restrictQueryResult)
- Parameters:
restrictQueryResult- If true, restrict export of query result derived from restricted linked dataset table. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_analytics_hub_listing#restrict_query_result BigqueryAnalyticsHubListing#restrict_query_result}- Returns:
this
-
restrictQueryResult
@Stability(Stable) public BigqueryAnalyticsHubListingRestrictedExportConfig.Builder restrictQueryResult(com.hashicorp.cdktf.IResolvable restrictQueryResult)
- Parameters:
restrictQueryResult- If true, restrict export of query result derived from restricted linked dataset table. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_analytics_hub_listing#restrict_query_result BigqueryAnalyticsHubListing#restrict_query_result}- Returns:
this
-
build
@Stability(Stable) public BigqueryAnalyticsHubListingRestrictedExportConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BigqueryAnalyticsHubListingRestrictedExportConfig>- Returns:
- a new instance of
BigqueryAnalyticsHubListingRestrictedExportConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-