Class BigqueryConnectionAzure.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.bigquery_connection.BigqueryConnectionAzure.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<BigqueryConnectionAzure>
- Enclosing interface:
- BigqueryConnectionAzure
@Stability(Stable) public static final class BigqueryConnectionAzure.Builder extends Object implements software.amazon.jsii.Builder<BigqueryConnectionAzure>
A builder forBigqueryConnectionAzure
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigqueryConnectionAzurebuild()Builds the configured instance.BigqueryConnectionAzure.BuildercustomerTenantId(String customerTenantId)Sets the value ofBigqueryConnectionAzure.getCustomerTenantId()BigqueryConnectionAzure.BuilderfederatedApplicationClientId(String federatedApplicationClientId)Sets the value ofBigqueryConnectionAzure.getFederatedApplicationClientId()
-
-
-
Method Detail
-
customerTenantId
@Stability(Stable) public BigqueryConnectionAzure.Builder customerTenantId(String customerTenantId)
Sets the value ofBigqueryConnectionAzure.getCustomerTenantId()- Parameters:
customerTenantId- The id of customer's directory that host the data. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_connection#customer_tenant_id BigqueryConnection#customer_tenant_id}- Returns:
this
-
federatedApplicationClientId
@Stability(Stable) public BigqueryConnectionAzure.Builder federatedApplicationClientId(String federatedApplicationClientId)
Sets the value ofBigqueryConnectionAzure.getFederatedApplicationClientId()- Parameters:
federatedApplicationClientId- The Azure Application (client) ID where the federated credentials will be hosted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_connection#federated_application_client_id BigqueryConnection#federated_application_client_id}- Returns:
this
-
build
@Stability(Stable) public BigqueryConnectionAzure build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BigqueryConnectionAzure>- Returns:
- a new instance of
BigqueryConnectionAzure - Throws:
NullPointerException- if any required attribute was not provided
-
-