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