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