Class IntegrationConnectorsConnectionAuthConfigUserPasswordPassword.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.integration_connectors_connection.IntegrationConnectorsConnectionAuthConfigUserPasswordPassword.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<IntegrationConnectorsConnectionAuthConfigUserPasswordPassword>
- Enclosing interface:
- IntegrationConnectorsConnectionAuthConfigUserPasswordPassword
@Stability(Stable) public static final class IntegrationConnectorsConnectionAuthConfigUserPasswordPassword.Builder extends Object implements software.amazon.jsii.Builder<IntegrationConnectorsConnectionAuthConfigUserPasswordPassword>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegrationConnectorsConnectionAuthConfigUserPasswordPasswordbuild()Builds the configured instance.IntegrationConnectorsConnectionAuthConfigUserPasswordPassword.BuildersecretVersion(String secretVersion)
-
-
-
Method Detail
-
secretVersion
@Stability(Stable) public IntegrationConnectorsConnectionAuthConfigUserPasswordPassword.Builder secretVersion(String secretVersion)
- Parameters:
secretVersion- The resource name of the secret version in the format, format as: projects/* /secrets/* /versions/*. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#secret_version IntegrationConnectorsConnection#secret_version} Note: The above comment contained a comment block ending sequence (* followed by /). We have introduced a space between to prevent syntax errors. Please ignore the space.- Returns:
this
-
build
@Stability(Stable) public IntegrationConnectorsConnectionAuthConfigUserPasswordPassword build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<IntegrationConnectorsConnectionAuthConfigUserPasswordPassword>- Returns:
- a new instance of
IntegrationConnectorsConnectionAuthConfigUserPasswordPassword - Throws:
NullPointerException- if any required attribute was not provided
-
-