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