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