Class IntegrationConnectorsConnectionAuthConfigOauth2ClientCredentialsClientSecret.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.integration_connectors_connection.IntegrationConnectorsConnectionAuthConfigOauth2ClientCredentialsClientSecret.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<IntegrationConnectorsConnectionAuthConfigOauth2ClientCredentialsClientSecret>
- Enclosing interface:
- IntegrationConnectorsConnectionAuthConfigOauth2ClientCredentialsClientSecret
@Stability(Stable) public static final class IntegrationConnectorsConnectionAuthConfigOauth2ClientCredentialsClientSecret.Builder extends Object implements software.amazon.jsii.Builder<IntegrationConnectorsConnectionAuthConfigOauth2ClientCredentialsClientSecret>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegrationConnectorsConnectionAuthConfigOauth2ClientCredentialsClientSecretbuild()Builds the configured instance.IntegrationConnectorsConnectionAuthConfigOauth2ClientCredentialsClientSecret.BuildersecretVersion(String secretVersion)
-
-
-
Method Detail
-
secretVersion
@Stability(Stable) public IntegrationConnectorsConnectionAuthConfigOauth2ClientCredentialsClientSecret.Builder secretVersion(String secretVersion)
Sets the value ofIntegrationConnectorsConnectionAuthConfigOauth2ClientCredentialsClientSecret.getSecretVersion()- 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 IntegrationConnectorsConnectionAuthConfigOauth2ClientCredentialsClientSecret build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<IntegrationConnectorsConnectionAuthConfigOauth2ClientCredentialsClientSecret>- Returns:
- a new instance of
IntegrationConnectorsConnectionAuthConfigOauth2ClientCredentialsClientSecret - Throws:
NullPointerException- if any required attribute was not provided
-
-