Class EdgecontainerClusterControlPlaneEncryption.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.edgecontainer_cluster.EdgecontainerClusterControlPlaneEncryption.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<EdgecontainerClusterControlPlaneEncryption>
- Enclosing interface:
- EdgecontainerClusterControlPlaneEncryption
@Stability(Stable) public static final class EdgecontainerClusterControlPlaneEncryption.Builder extends Object implements software.amazon.jsii.Builder<EdgecontainerClusterControlPlaneEncryption>
A builder forEdgecontainerClusterControlPlaneEncryption
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EdgecontainerClusterControlPlaneEncryptionbuild()Builds the configured instance.EdgecontainerClusterControlPlaneEncryption.BuilderkmsKey(String kmsKey)Sets the value ofEdgecontainerClusterControlPlaneEncryption.getKmsKey()
-
-
-
Method Detail
-
kmsKey
@Stability(Stable) public EdgecontainerClusterControlPlaneEncryption.Builder kmsKey(String kmsKey)
Sets the value ofEdgecontainerClusterControlPlaneEncryption.getKmsKey()- Parameters:
kmsKey- The Cloud KMS CryptoKey e.g. projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{cryptoKey} to use for protecting control plane disks. If not specified, a Google-managed key will be used instead. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#kms_key EdgecontainerCluster#kms_key}- Returns:
this
-
build
@Stability(Stable) public EdgecontainerClusterControlPlaneEncryption build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<EdgecontainerClusterControlPlaneEncryption>- Returns:
- a new instance of
EdgecontainerClusterControlPlaneEncryption - Throws:
NullPointerException- if any required attribute was not provided
-
-