Class IntegrationConnectorsConnectionEventingConfigAuthConfigAdditionalVariableEncryptionKeyValue.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.integration_connectors_connection.IntegrationConnectorsConnectionEventingConfigAuthConfigAdditionalVariableEncryptionKeyValue.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<IntegrationConnectorsConnectionEventingConfigAuthConfigAdditionalVariableEncryptionKeyValue>
- Enclosing interface:
- IntegrationConnectorsConnectionEventingConfigAuthConfigAdditionalVariableEncryptionKeyValue
@Stability(Stable) public static final class IntegrationConnectorsConnectionEventingConfigAuthConfigAdditionalVariableEncryptionKeyValue.Builder extends Object implements software.amazon.jsii.Builder<IntegrationConnectorsConnectionEventingConfigAuthConfigAdditionalVariableEncryptionKeyValue>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegrationConnectorsConnectionEventingConfigAuthConfigAdditionalVariableEncryptionKeyValuebuild()Builds the configured instance.IntegrationConnectorsConnectionEventingConfigAuthConfigAdditionalVariableEncryptionKeyValue.BuilderkmsKeyName(String kmsKeyName)IntegrationConnectorsConnectionEventingConfigAuthConfigAdditionalVariableEncryptionKeyValue.Buildertype(String type)
-
-
-
Method Detail
-
kmsKeyName
@Stability(Stable) public IntegrationConnectorsConnectionEventingConfigAuthConfigAdditionalVariableEncryptionKeyValue.Builder kmsKeyName(String kmsKeyName)
Sets the value ofIntegrationConnectorsConnectionEventingConfigAuthConfigAdditionalVariableEncryptionKeyValue.getKmsKeyName()- Parameters:
kmsKeyName- The [KMS key name] with which the content of the Operation is encrypted. The expected format: projects/* /locations/* /keyRings/* /cryptoKeys/*. Will be empty string if google managed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#kms_key_name IntegrationConnectorsConnection#kms_key_name} 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
-
type
@Stability(Stable) public IntegrationConnectorsConnectionEventingConfigAuthConfigAdditionalVariableEncryptionKeyValue.Builder type(String type)
Sets the value ofIntegrationConnectorsConnectionEventingConfigAuthConfigAdditionalVariableEncryptionKeyValue.getType()- Parameters:
type- Type of Encription Key Possible values: ["GOOGLE_MANAGED", "CUSTOMER_MANAGED"]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#type IntegrationConnectorsConnection#type}- Returns:
this
-
build
@Stability(Stable) public IntegrationConnectorsConnectionEventingConfigAuthConfigAdditionalVariableEncryptionKeyValue build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<IntegrationConnectorsConnectionEventingConfigAuthConfigAdditionalVariableEncryptionKeyValue>- Returns:
- a new instance of
IntegrationConnectorsConnectionEventingConfigAuthConfigAdditionalVariableEncryptionKeyValue - Throws:
NullPointerException- if any required attribute was not provided
-
-