Package com.pulumi.gcp.bigquery.inputs
Class GetConnectionIamPolicyArgs.Builder
- java.lang.Object
-
- com.pulumi.gcp.bigquery.inputs.GetConnectionIamPolicyArgs.Builder
-
- Enclosing class:
- GetConnectionIamPolicyArgs
public static final class GetConnectionIamPolicyArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetConnectionIamPolicyArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetConnectionIamPolicyArgs
build()
GetConnectionIamPolicyArgs.Builder
connectionId(com.pulumi.core.Output<java.lang.String> connectionId)
GetConnectionIamPolicyArgs.Builder
connectionId(java.lang.String connectionId)
GetConnectionIamPolicyArgs.Builder
location(com.pulumi.core.Output<java.lang.String> location)
GetConnectionIamPolicyArgs.Builder
location(java.lang.String location)
GetConnectionIamPolicyArgs.Builder
project(com.pulumi.core.Output<java.lang.String> project)
GetConnectionIamPolicyArgs.Builder
project(java.lang.String project)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetConnectionIamPolicyArgs defaults)
-
-
Method Detail
-
connectionId
public GetConnectionIamPolicyArgs.Builder connectionId(com.pulumi.core.Output<java.lang.String> connectionId)
- Parameters:
connectionId
- Optional connection id that should be assigned to the created connection. Used to find the parent resource to bind the IAM policy to- Returns:
- builder
-
connectionId
public GetConnectionIamPolicyArgs.Builder connectionId(java.lang.String connectionId)
- Parameters:
connectionId
- Optional connection id that should be assigned to the created connection. Used to find the parent resource to bind the IAM policy to- Returns:
- builder
-
location
public GetConnectionIamPolicyArgs.Builder location(@Nullable com.pulumi.core.Output<java.lang.String> location)
- Parameters:
location
- The geographic location where the connection should reside. Cloud SQL instance must be in the same location as the connection with following exceptions: Cloud SQL us-central1 maps to BigQuery US, Cloud SQL europe-west1 maps to BigQuery EU. Examples: US, EU, asia-northeast1, us-central1, europe-west1. Spanner Connections same as spanner region AWS allowed regions are aws-us-east-1 Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to- Returns:
- builder
-
location
public GetConnectionIamPolicyArgs.Builder location(java.lang.String location)
- Parameters:
location
- The geographic location where the connection should reside. Cloud SQL instance must be in the same location as the connection with following exceptions: Cloud SQL us-central1 maps to BigQuery US, Cloud SQL europe-west1 maps to BigQuery EU. Examples: US, EU, asia-northeast1, us-central1, europe-west1. Spanner Connections same as spanner region AWS allowed regions are aws-us-east-1 Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to- Returns:
- builder
-
project
public GetConnectionIamPolicyArgs.Builder project(@Nullable com.pulumi.core.Output<java.lang.String> project)
- Parameters:
project
- The ID of the project in which the resource belongs. If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.- Returns:
- builder
-
project
public GetConnectionIamPolicyArgs.Builder project(java.lang.String project)
- Parameters:
project
- The ID of the project in which the resource belongs. If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.- Returns:
- builder
-
build
public GetConnectionIamPolicyArgs build()
-
-