Class BigqueryAnalyticsHubDataExchange.Builder

    • Method Detail

      • connection

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

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

        @Stability(Experimental)
        public BigqueryAnalyticsHubDataExchange.Builder dependsOn​(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
        Parameters:
        dependsOn - This parameter is required.
        Returns:
        this
      • forEach

        @Stability(Experimental)
        public BigqueryAnalyticsHubDataExchange.Builder forEach​(com.hashicorp.cdktf.ITerraformIterator forEach)
        Parameters:
        forEach - This parameter is required.
        Returns:
        this
      • lifecycle

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

        @Stability(Experimental)
        public BigqueryAnalyticsHubDataExchange.Builder provider​(com.hashicorp.cdktf.TerraformProvider provider)
        Parameters:
        provider - This parameter is required.
        Returns:
        this
      • dataExchangeId

        @Stability(Stable)
        public BigqueryAnalyticsHubDataExchange.Builder dataExchangeId​(String dataExchangeId)
        The ID of the data exchange.

        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}

        Parameters:
        dataExchangeId - The ID of the data exchange. This parameter is required.
        Returns:
        this
      • displayName

        @Stability(Stable)
        public BigqueryAnalyticsHubDataExchange.Builder displayName​(String displayName)
        Human-readable display name of the data exchange.

        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}

        Parameters:
        displayName - Human-readable display name of the data exchange. This parameter is required.
        Returns:
        this
      • location

        @Stability(Stable)
        public BigqueryAnalyticsHubDataExchange.Builder location​(String location)
        The name of the location this data exchange.

        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}

        Parameters:
        location - The name of the location this data exchange. This parameter is required.
        Returns:
        this
      • description

        @Stability(Stable)
        public BigqueryAnalyticsHubDataExchange.Builder description​(String 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}

        Parameters:
        description - Description of the data exchange. This parameter is required.
        Returns:
        this
      • documentation

        @Stability(Stable)
        public BigqueryAnalyticsHubDataExchange.Builder documentation​(String 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}

        Parameters:
        documentation - Documentation describing the data exchange. This parameter is required.
        Returns:
        this
      • icon

        @Stability(Stable)
        public BigqueryAnalyticsHubDataExchange.Builder icon​(String 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}

        Parameters:
        icon - Base64 encoded image representing the data exchange. This parameter is required.
        Returns:
        this
      • id

        @Stability(Stable)
        public BigqueryAnalyticsHubDataExchange.Builder id​(String 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.

        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}. This parameter is required.
        Returns:
        this
      • primaryContact

        @Stability(Stable)
        public BigqueryAnalyticsHubDataExchange.Builder primaryContact​(String 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}

        Parameters:
        primaryContact - Email or URL of the primary point of contact of the data exchange. This parameter is required.
        Returns:
        this
      • project

        @Stability(Stable)
        public BigqueryAnalyticsHubDataExchange.Builder project​(String 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}.

        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}. This parameter is required.
        Returns:
        this
      • timeouts

        @Stability(Stable)
        public BigqueryAnalyticsHubDataExchange.Builder timeouts​(BigqueryAnalyticsHubDataExchangeTimeouts 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}

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