Uses of Class
com.hashicorp.cdktf.providers.google.compute_snapshot.ComputeSnapshotSourceDiskEncryptionKey.Builder
-
Packages that use ComputeSnapshotSourceDiskEncryptionKey.Builder Package Description com.hashicorp.cdktf.providers.google.compute_snapshot google_compute_snapshot -
-
Uses of ComputeSnapshotSourceDiskEncryptionKey.Builder in com.hashicorp.cdktf.providers.google.compute_snapshot
Methods in com.hashicorp.cdktf.providers.google.compute_snapshot that return ComputeSnapshotSourceDiskEncryptionKey.Builder Modifier and Type Method Description static ComputeSnapshotSourceDiskEncryptionKey.BuilderComputeSnapshotSourceDiskEncryptionKey. builder()ComputeSnapshotSourceDiskEncryptionKey.BuilderComputeSnapshotSourceDiskEncryptionKey.Builder. kmsKeyServiceAccount(String kmsKeyServiceAccount)Sets the value ofComputeSnapshotSourceDiskEncryptionKey.getKmsKeyServiceAccount()ComputeSnapshotSourceDiskEncryptionKey.BuilderComputeSnapshotSourceDiskEncryptionKey.Builder. rawKey(String rawKey)Sets the value ofComputeSnapshotSourceDiskEncryptionKey.getRawKey()Constructors in com.hashicorp.cdktf.providers.google.compute_snapshot with parameters of type ComputeSnapshotSourceDiskEncryptionKey.Builder Constructor Description Jsii$Proxy(ComputeSnapshotSourceDiskEncryptionKey.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeSnapshotSourceDiskEncryptionKey.Builder.
-