Class BigqueryConnectionAwsAccessRole.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.bigquery_connection.BigqueryConnectionAwsAccessRole.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<BigqueryConnectionAwsAccessRole>
- Enclosing interface:
- BigqueryConnectionAwsAccessRole
@Stability(Stable) public static final class BigqueryConnectionAwsAccessRole.Builder extends Object implements software.amazon.jsii.Builder<BigqueryConnectionAwsAccessRole>
A builder forBigqueryConnectionAwsAccessRole
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigqueryConnectionAwsAccessRolebuild()Builds the configured instance.BigqueryConnectionAwsAccessRole.BuilderiamRoleId(String iamRoleId)Sets the value ofBigqueryConnectionAwsAccessRole.getIamRoleId()
-
-
-
Method Detail
-
iamRoleId
@Stability(Stable) public BigqueryConnectionAwsAccessRole.Builder iamRoleId(String iamRoleId)
Sets the value ofBigqueryConnectionAwsAccessRole.getIamRoleId()- Parameters:
iamRoleId- The user’s AWS IAM Role that trusts the Google-owned AWS IAM user Connection. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_connection#iam_role_id BigqueryConnection#iam_role_id}- Returns:
this
-
build
@Stability(Stable) public BigqueryConnectionAwsAccessRole build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BigqueryConnectionAwsAccessRole>- Returns:
- a new instance of
BigqueryConnectionAwsAccessRole - Throws:
NullPointerException- if any required attribute was not provided
-
-