Class ComposerEnvironmentConfigEncryptionConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.composer_environment.ComposerEnvironmentConfigEncryptionConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ComposerEnvironmentConfigEncryptionConfig>
- Enclosing interface:
- ComposerEnvironmentConfigEncryptionConfig
@Stability(Stable) public static final class ComposerEnvironmentConfigEncryptionConfig.Builder extends Object implements software.amazon.jsii.Builder<ComposerEnvironmentConfigEncryptionConfig>
A builder forComposerEnvironmentConfigEncryptionConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComposerEnvironmentConfigEncryptionConfigbuild()Builds the configured instance.ComposerEnvironmentConfigEncryptionConfig.BuilderkmsKeyName(String kmsKeyName)Sets the value ofComposerEnvironmentConfigEncryptionConfig.getKmsKeyName()
-
-
-
Method Detail
-
kmsKeyName
@Stability(Stable) public ComposerEnvironmentConfigEncryptionConfig.Builder kmsKeyName(String kmsKeyName)
Sets the value ofComposerEnvironmentConfigEncryptionConfig.getKmsKeyName()- Parameters:
kmsKeyName- Optional. Customer-managed Encryption Key available through Google's Key Management Service. Cannot be updated. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#kms_key_name ComposerEnvironment#kms_key_name}- Returns:
this
-
build
@Stability(Stable) public ComposerEnvironmentConfigEncryptionConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ComposerEnvironmentConfigEncryptionConfig>- Returns:
- a new instance of
ComposerEnvironmentConfigEncryptionConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-