Class IntegrationConnectorsConnectionConfigVariable.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.integration_connectors_connection.IntegrationConnectorsConnectionConfigVariable.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<IntegrationConnectorsConnectionConfigVariable>
- Enclosing interface:
- IntegrationConnectorsConnectionConfigVariable
@Stability(Stable) public static final class IntegrationConnectorsConnectionConfigVariable.Builder extends Object implements software.amazon.jsii.Builder<IntegrationConnectorsConnectionConfigVariable>
A builder forIntegrationConnectorsConnectionConfigVariable
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
key
@Stability(Stable) public IntegrationConnectorsConnectionConfigVariable.Builder key(String key)
Sets the value ofIntegrationConnectorsConnectionConfigVariable.getKey()- Parameters:
key- Key for the configVariable. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#key IntegrationConnectorsConnection#key}- Returns:
this
-
booleanValue
@Stability(Stable) public IntegrationConnectorsConnectionConfigVariable.Builder booleanValue(Boolean booleanValue)
Sets the value ofIntegrationConnectorsConnectionConfigVariable.getBooleanValue()- Parameters:
booleanValue- Boolean Value of configVariable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#boolean_value IntegrationConnectorsConnection#boolean_value}- Returns:
this
-
booleanValue
@Stability(Stable) public IntegrationConnectorsConnectionConfigVariable.Builder booleanValue(com.hashicorp.cdktf.IResolvable booleanValue)
Sets the value ofIntegrationConnectorsConnectionConfigVariable.getBooleanValue()- Parameters:
booleanValue- Boolean Value of configVariable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#boolean_value IntegrationConnectorsConnection#boolean_value}- Returns:
this
-
encryptionKeyValue
@Stability(Stable) public IntegrationConnectorsConnectionConfigVariable.Builder encryptionKeyValue(IntegrationConnectorsConnectionConfigVariableEncryptionKeyValue encryptionKeyValue)
Sets the value ofIntegrationConnectorsConnectionConfigVariable.getEncryptionKeyValue()- Parameters:
encryptionKeyValue- encryption_key_value block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#encryption_key_value IntegrationConnectorsConnection#encryption_key_value}- Returns:
this
-
integerValue
@Stability(Stable) public IntegrationConnectorsConnectionConfigVariable.Builder integerValue(Number integerValue)
Sets the value ofIntegrationConnectorsConnectionConfigVariable.getIntegerValue()- Parameters:
integerValue- Integer Value of configVariable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#integer_value IntegrationConnectorsConnection#integer_value}- Returns:
this
-
secretValue
@Stability(Stable) public IntegrationConnectorsConnectionConfigVariable.Builder secretValue(IntegrationConnectorsConnectionConfigVariableSecretValue secretValue)
Sets the value ofIntegrationConnectorsConnectionConfigVariable.getSecretValue()- Parameters:
secretValue- secret_value block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#secret_value IntegrationConnectorsConnection#secret_value}- Returns:
this
-
stringValue
@Stability(Stable) public IntegrationConnectorsConnectionConfigVariable.Builder stringValue(String stringValue)
Sets the value ofIntegrationConnectorsConnectionConfigVariable.getStringValue()- Parameters:
stringValue- String Value of configVariabley. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#string_value IntegrationConnectorsConnection#string_value}- Returns:
this
-
build
@Stability(Stable) public IntegrationConnectorsConnectionConfigVariable build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<IntegrationConnectorsConnectionConfigVariable>- Returns:
- a new instance of
IntegrationConnectorsConnectionConfigVariable - Throws:
NullPointerException- if any required attribute was not provided
-
-