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