Class ContainerAzureClusterControlPlaneDatabaseEncryption.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.container_azure_cluster.ContainerAzureClusterControlPlaneDatabaseEncryption.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ContainerAzureClusterControlPlaneDatabaseEncryption>
- Enclosing interface:
- ContainerAzureClusterControlPlaneDatabaseEncryption
@Stability(Stable) public static final class ContainerAzureClusterControlPlaneDatabaseEncryption.Builder extends Object implements software.amazon.jsii.Builder<ContainerAzureClusterControlPlaneDatabaseEncryption>
A builder forContainerAzureClusterControlPlaneDatabaseEncryption
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerAzureClusterControlPlaneDatabaseEncryptionbuild()Builds the configured instance.ContainerAzureClusterControlPlaneDatabaseEncryption.BuilderkeyId(String keyId)Sets the value ofContainerAzureClusterControlPlaneDatabaseEncryption.getKeyId()
-
-
-
Method Detail
-
keyId
@Stability(Stable) public ContainerAzureClusterControlPlaneDatabaseEncryption.Builder keyId(String keyId)
Sets the value ofContainerAzureClusterControlPlaneDatabaseEncryption.getKeyId()- Parameters:
keyId- The ARM ID of the Azure Key Vault key to encrypt / decrypt data. This parameter is required. For example: `/subscriptions//resourceGroups/ /providers/Microsoft.KeyVault/vaults/ /keys/ ` Encryption will always take the latest version of the key and hence specific version is not supported. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_azure_cluster#key_id ContainerAzureCluster#key_id} - Returns:
this
-
build
@Stability(Stable) public ContainerAzureClusterControlPlaneDatabaseEncryption build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ContainerAzureClusterControlPlaneDatabaseEncryption>- Returns:
- a new instance of
ContainerAzureClusterControlPlaneDatabaseEncryption - Throws:
NullPointerException- if any required attribute was not provided
-
-