Class IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.integrations_auth_config.IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams>
- Enclosing interface:
- IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams
@Stability(Stable) public static final class IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams.Builder extends Object implements software.amazon.jsii.Builder<IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsbuild()Builds the configured instance.IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams.Builderentries(com.hashicorp.cdktf.IResolvable entries)IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams.Builderentries(List<? extends IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntries> entries)
-
-
-
Method Detail
-
entries
@Stability(Stable) public IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams.Builder entries(com.hashicorp.cdktf.IResolvable entries)
Sets the value ofIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams.getEntries()- Parameters:
entries- entries block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_auth_config#entries IntegrationsAuthConfig#entries}- Returns:
this
-
entries
@Stability(Stable) public IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams.Builder entries(List<? extends IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntries> entries)
Sets the value ofIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams.getEntries()- Parameters:
entries- entries block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_auth_config#entries IntegrationsAuthConfig#entries}- Returns:
this
-
build
@Stability(Stable) public IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams>- Returns:
- a new instance of
IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams - Throws:
NullPointerException- if any required attribute was not provided
-
-