Class IamWorkloadIdentityPoolProviderAws.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.iam_workload_identity_pool_provider.IamWorkloadIdentityPoolProviderAws.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<IamWorkloadIdentityPoolProviderAws>
- Enclosing interface:
- IamWorkloadIdentityPoolProviderAws
@Stability(Stable) public static final class IamWorkloadIdentityPoolProviderAws.Builder extends Object implements software.amazon.jsii.Builder<IamWorkloadIdentityPoolProviderAws>
A builder forIamWorkloadIdentityPoolProviderAws
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IamWorkloadIdentityPoolProviderAws.BuilderaccountId(String accountId)Sets the value ofIamWorkloadIdentityPoolProviderAws.getAccountId()IamWorkloadIdentityPoolProviderAwsbuild()Builds the configured instance.
-
-
-
Method Detail
-
accountId
@Stability(Stable) public IamWorkloadIdentityPoolProviderAws.Builder accountId(String accountId)
Sets the value ofIamWorkloadIdentityPoolProviderAws.getAccountId()- Parameters:
accountId- The AWS account ID. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iam_workload_identity_pool_provider#account_id IamWorkloadIdentityPoolProvider#account_id}- Returns:
this
-
build
@Stability(Stable) public IamWorkloadIdentityPoolProviderAws build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<IamWorkloadIdentityPoolProviderAws>- Returns:
- a new instance of
IamWorkloadIdentityPoolProviderAws - Throws:
NullPointerException- if any required attribute was not provided
-
-