Class IntegrationsAuthConfigDecryptedCredentialAuthToken.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.integrations_auth_config.IntegrationsAuthConfigDecryptedCredentialAuthToken.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<IntegrationsAuthConfigDecryptedCredentialAuthToken>
- Enclosing interface:
- IntegrationsAuthConfigDecryptedCredentialAuthToken
@Stability(Stable) public static final class IntegrationsAuthConfigDecryptedCredentialAuthToken.Builder extends Object implements software.amazon.jsii.Builder<IntegrationsAuthConfigDecryptedCredentialAuthToken>
A builder forIntegrationsAuthConfigDecryptedCredentialAuthToken
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegrationsAuthConfigDecryptedCredentialAuthTokenbuild()Builds the configured instance.IntegrationsAuthConfigDecryptedCredentialAuthToken.Buildertoken(String token)Sets the value ofIntegrationsAuthConfigDecryptedCredentialAuthToken.getToken()IntegrationsAuthConfigDecryptedCredentialAuthToken.Buildertype(String type)Sets the value ofIntegrationsAuthConfigDecryptedCredentialAuthToken.getType()
-
-
-
Method Detail
-
token
@Stability(Stable) public IntegrationsAuthConfigDecryptedCredentialAuthToken.Builder token(String token)
Sets the value ofIntegrationsAuthConfigDecryptedCredentialAuthToken.getToken()- Parameters:
token- The token for the auth type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_auth_config#token IntegrationsAuthConfig#token}- Returns:
this
-
type
@Stability(Stable) public IntegrationsAuthConfigDecryptedCredentialAuthToken.Builder type(String type)
Sets the value ofIntegrationsAuthConfigDecryptedCredentialAuthToken.getType()- Parameters:
type- Authentication type, e.g. "Basic", "Bearer", etc. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_auth_config#type IntegrationsAuthConfig#type}- Returns:
this
-
build
@Stability(Stable) public IntegrationsAuthConfigDecryptedCredentialAuthToken build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<IntegrationsAuthConfigDecryptedCredentialAuthToken>- Returns:
- a new instance of
IntegrationsAuthConfigDecryptedCredentialAuthToken - Throws:
NullPointerException- if any required attribute was not provided
-
-