Class BigqueryAnalyticsHubDataExchangeConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.bigquery_analytics_hub_data_exchange.BigqueryAnalyticsHubDataExchangeConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<BigqueryAnalyticsHubDataExchangeConfig>
- Enclosing interface:
- BigqueryAnalyticsHubDataExchangeConfig
@Stability(Stable) public static final class BigqueryAnalyticsHubDataExchangeConfig.Builder extends Object implements software.amazon.jsii.Builder<BigqueryAnalyticsHubDataExchangeConfig>
A builder forBigqueryAnalyticsHubDataExchangeConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
dataExchangeId
@Stability(Stable) public BigqueryAnalyticsHubDataExchangeConfig.Builder dataExchangeId(String dataExchangeId)
Sets the value ofBigqueryAnalyticsHubDataExchangeConfig.getDataExchangeId()- Parameters:
dataExchangeId- The ID of the data exchange. This parameter is required. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_analytics_hub_data_exchange#data_exchange_id BigqueryAnalyticsHubDataExchange#data_exchange_id}- Returns:
this
-
displayName
@Stability(Stable) public BigqueryAnalyticsHubDataExchangeConfig.Builder displayName(String displayName)
Sets the value ofBigqueryAnalyticsHubDataExchangeConfig.getDisplayName()- Parameters:
displayName- Human-readable display name of the data exchange. This parameter is required. The display name must contain only Unicode letters, numbers (0-9), underscores (_), dashes (-), spaces ( ), and must not start or end with spaces. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_analytics_hub_data_exchange#display_name BigqueryAnalyticsHubDataExchange#display_name}- Returns:
this
-
location
@Stability(Stable) public BigqueryAnalyticsHubDataExchangeConfig.Builder location(String location)
Sets the value ofBigqueryAnalyticsHubDataExchangeConfig.getLocation()- Parameters:
location- The name of the location this data exchange. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_analytics_hub_data_exchange#location BigqueryAnalyticsHubDataExchange#location}- Returns:
this
-
description
@Stability(Stable) public BigqueryAnalyticsHubDataExchangeConfig.Builder description(String description)
Sets the value ofBigqueryAnalyticsHubDataExchangeConfig.getDescription()- Parameters:
description- Description of the data exchange. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_analytics_hub_data_exchange#description BigqueryAnalyticsHubDataExchange#description}- Returns:
this
-
documentation
@Stability(Stable) public BigqueryAnalyticsHubDataExchangeConfig.Builder documentation(String documentation)
Sets the value ofBigqueryAnalyticsHubDataExchangeConfig.getDocumentation()- Parameters:
documentation- Documentation describing the data exchange. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_analytics_hub_data_exchange#documentation BigqueryAnalyticsHubDataExchange#documentation}- Returns:
this
-
icon
@Stability(Stable) public BigqueryAnalyticsHubDataExchangeConfig.Builder icon(String icon)
Sets the value ofBigqueryAnalyticsHubDataExchangeConfig.getIcon()- Parameters:
icon- Base64 encoded image representing the data exchange. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_analytics_hub_data_exchange#icon BigqueryAnalyticsHubDataExchange#icon}- Returns:
this
-
id
@Stability(Stable) public BigqueryAnalyticsHubDataExchangeConfig.Builder id(String id)
Sets the value ofBigqueryAnalyticsHubDataExchangeConfig.getId()- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_analytics_hub_data_exchange#id BigqueryAnalyticsHubDataExchange#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.- Returns:
this
-
primaryContact
@Stability(Stable) public BigqueryAnalyticsHubDataExchangeConfig.Builder primaryContact(String primaryContact)
Sets the value ofBigqueryAnalyticsHubDataExchangeConfig.getPrimaryContact()- Parameters:
primaryContact- Email or URL of the primary point of contact of the data exchange. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_analytics_hub_data_exchange#primary_contact BigqueryAnalyticsHubDataExchange#primary_contact}- Returns:
this
-
project
@Stability(Stable) public BigqueryAnalyticsHubDataExchangeConfig.Builder project(String project)
Sets the value ofBigqueryAnalyticsHubDataExchangeConfig.getProject()- Parameters:
project- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_analytics_hub_data_exchange#project BigqueryAnalyticsHubDataExchange#project}.- Returns:
this
-
timeouts
@Stability(Stable) public BigqueryAnalyticsHubDataExchangeConfig.Builder timeouts(BigqueryAnalyticsHubDataExchangeTimeouts timeouts)
Sets the value ofBigqueryAnalyticsHubDataExchangeConfig.getTimeouts()- Parameters:
timeouts- timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_analytics_hub_data_exchange#timeouts BigqueryAnalyticsHubDataExchange#timeouts}- Returns:
this
-
connection
@Stability(Experimental) public BigqueryAnalyticsHubDataExchangeConfig.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
connection
@Stability(Experimental) public BigqueryAnalyticsHubDataExchangeConfig.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public BigqueryAnalyticsHubDataExchangeConfig.Builder count(Number count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public BigqueryAnalyticsHubDataExchangeConfig.Builder count(com.hashicorp.cdktf.TerraformCount count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
dependsOn
@Stability(Experimental) public BigqueryAnalyticsHubDataExchangeConfig.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
Sets the value ofTerraformMetaArguments.getDependsOn()- Parameters:
dependsOn- the value to be set.- Returns:
this
-
forEach
@Stability(Experimental) public BigqueryAnalyticsHubDataExchangeConfig.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
Sets the value ofTerraformMetaArguments.getForEach()- Parameters:
forEach- the value to be set.- Returns:
this
-
lifecycle
@Stability(Experimental) public BigqueryAnalyticsHubDataExchangeConfig.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
Sets the value ofTerraformMetaArguments.getLifecycle()- Parameters:
lifecycle- the value to be set.- Returns:
this
-
provider
@Stability(Experimental) public BigqueryAnalyticsHubDataExchangeConfig.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
Sets the value ofTerraformMetaArguments.getProvider()- Parameters:
provider- the value to be set.- Returns:
this
-
provisioners
@Stability(Experimental) public BigqueryAnalyticsHubDataExchangeConfig.Builder provisioners(List<? extends Object> provisioners)
Sets the value ofTerraformMetaArguments.getProvisioners()- Parameters:
provisioners- the value to be set.- Returns:
this
-
build
@Stability(Stable) public BigqueryAnalyticsHubDataExchangeConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BigqueryAnalyticsHubDataExchangeConfig>- Returns:
- a new instance of
BigqueryAnalyticsHubDataExchangeConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-