Class IntegrationsAuthConfigDecryptedCredentialUsernameAndPassword.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.integrations_auth_config.IntegrationsAuthConfigDecryptedCredentialUsernameAndPassword.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<IntegrationsAuthConfigDecryptedCredentialUsernameAndPassword>
- Enclosing interface:
- IntegrationsAuthConfigDecryptedCredentialUsernameAndPassword
@Stability(Stable) public static final class IntegrationsAuthConfigDecryptedCredentialUsernameAndPassword.Builder extends Object implements software.amazon.jsii.Builder<IntegrationsAuthConfigDecryptedCredentialUsernameAndPassword>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegrationsAuthConfigDecryptedCredentialUsernameAndPasswordbuild()Builds the configured instance.IntegrationsAuthConfigDecryptedCredentialUsernameAndPassword.Builderpassword(String password)IntegrationsAuthConfigDecryptedCredentialUsernameAndPassword.Builderusername(String username)
-
-
-
Method Detail
-
password
@Stability(Stable) public IntegrationsAuthConfigDecryptedCredentialUsernameAndPassword.Builder password(String password)
- Parameters:
password- Password to be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_auth_config#password IntegrationsAuthConfig#password}- Returns:
this
-
username
@Stability(Stable) public IntegrationsAuthConfigDecryptedCredentialUsernameAndPassword.Builder username(String username)
- Parameters:
username- Username to be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_auth_config#username IntegrationsAuthConfig#username}- Returns:
this
-
build
@Stability(Stable) public IntegrationsAuthConfigDecryptedCredentialUsernameAndPassword build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<IntegrationsAuthConfigDecryptedCredentialUsernameAndPassword>- Returns:
- a new instance of
IntegrationsAuthConfigDecryptedCredentialUsernameAndPassword - Throws:
NullPointerException- if any required attribute was not provided
-
-