Class IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.integrations_auth_config.IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials>
- Enclosing interface:
- IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials
@Stability(Stable) public static final class IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials.Builder extends Object implements software.amazon.jsii.Builder<IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentialsbuild()Builds the configured instance.IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials.Builderscope(String scope)IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials.BuilderserviceAccount(String serviceAccount)
-
-
-
Method Detail
-
scope
@Stability(Stable) public IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials.Builder scope(String scope)
- Parameters:
scope- A space-delimited list of requested scope permissions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_auth_config#scope IntegrationsAuthConfig#scope}- Returns:
this
-
serviceAccount
@Stability(Stable) public IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials.Builder serviceAccount(String serviceAccount)
Sets the value ofIntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials.getServiceAccount()- Parameters:
serviceAccount- Name of the service account that has the permission to make the request. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_auth_config#service_account IntegrationsAuthConfig#service_account}- Returns:
this
-
build
@Stability(Stable) public IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials>- Returns:
- a new instance of
IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials - Throws:
NullPointerException- if any required attribute was not provided
-
-