Class ContainerAwsNodePoolConfigConfigEncryption.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.container_aws_node_pool.ContainerAwsNodePoolConfigConfigEncryption.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ContainerAwsNodePoolConfigConfigEncryption>
- Enclosing interface:
- ContainerAwsNodePoolConfigConfigEncryption
@Stability(Stable) public static final class ContainerAwsNodePoolConfigConfigEncryption.Builder extends Object implements software.amazon.jsii.Builder<ContainerAwsNodePoolConfigConfigEncryption>
A builder forContainerAwsNodePoolConfigConfigEncryption
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerAwsNodePoolConfigConfigEncryptionbuild()Builds the configured instance.ContainerAwsNodePoolConfigConfigEncryption.BuilderkmsKeyArn(String kmsKeyArn)Sets the value ofContainerAwsNodePoolConfigConfigEncryption.getKmsKeyArn()
-
-
-
Method Detail
-
kmsKeyArn
@Stability(Stable) public ContainerAwsNodePoolConfigConfigEncryption.Builder kmsKeyArn(String kmsKeyArn)
Sets the value ofContainerAwsNodePoolConfigConfigEncryption.getKmsKeyArn()- Parameters:
kmsKeyArn- The ARN of the AWS KMS key used to encrypt node pool configuration. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#kms_key_arn ContainerAwsNodePool#kms_key_arn}- Returns:
this
-
build
@Stability(Stable) public ContainerAwsNodePoolConfigConfigEncryption build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ContainerAwsNodePoolConfigConfigEncryption>- Returns:
- a new instance of
ContainerAwsNodePoolConfigConfigEncryption - Throws:
NullPointerException- if any required attribute was not provided
-
-