Uses of Class
com.hashicorp.cdktf.providers.google.compute_disk.ComputeDiskDiskEncryptionKey.Builder
-
Packages that use ComputeDiskDiskEncryptionKey.Builder Package Description com.hashicorp.cdktf.providers.google.compute_disk google_compute_disk -
-
Uses of ComputeDiskDiskEncryptionKey.Builder in com.hashicorp.cdktf.providers.google.compute_disk
Methods in com.hashicorp.cdktf.providers.google.compute_disk that return ComputeDiskDiskEncryptionKey.Builder Modifier and Type Method Description static ComputeDiskDiskEncryptionKey.BuilderComputeDiskDiskEncryptionKey. builder()ComputeDiskDiskEncryptionKey.BuilderComputeDiskDiskEncryptionKey.Builder. kmsKeySelfLink(String kmsKeySelfLink)Sets the value ofComputeDiskDiskEncryptionKey.getKmsKeySelfLink()ComputeDiskDiskEncryptionKey.BuilderComputeDiskDiskEncryptionKey.Builder. kmsKeyServiceAccount(String kmsKeyServiceAccount)Sets the value ofComputeDiskDiskEncryptionKey.getKmsKeyServiceAccount()ComputeDiskDiskEncryptionKey.BuilderComputeDiskDiskEncryptionKey.Builder. rawKey(String rawKey)Sets the value ofComputeDiskDiskEncryptionKey.getRawKey()ComputeDiskDiskEncryptionKey.BuilderComputeDiskDiskEncryptionKey.Builder. rsaEncryptedKey(String rsaEncryptedKey)Sets the value ofComputeDiskDiskEncryptionKey.getRsaEncryptedKey()Constructors in com.hashicorp.cdktf.providers.google.compute_disk with parameters of type ComputeDiskDiskEncryptionKey.Builder Constructor Description Jsii$Proxy(ComputeDiskDiskEncryptionKey.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeDiskDiskEncryptionKey.Builder.
-