Class ComputeDiskSourceImageEncryptionKey.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • kmsKeySelfLink

        @Stability(Stable)
        public ComputeDiskSourceImageEncryptionKey.Builder kmsKeySelfLink​(String kmsKeySelfLink)
        Parameters:
        kmsKeySelfLink - The self link of the encryption key used to encrypt the disk. Also called KmsKeyName in the cloud console. Your project's Compute Engine System service account ('service-{{PROJECT_NUMBER}}@compute-system.iam.gserviceaccount.com') must have 'roles/cloudkms.cryptoKeyEncrypterDecrypter' to use this feature. See https://cloud.google.com/compute/docs/disks/customer-managed-encryption#encrypt_a_new_persistent_disk_with_your_own_keys Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_disk#kms_key_self_link ComputeDisk#kms_key_self_link}
        Returns:
        this
      • kmsKeyServiceAccount

        @Stability(Stable)
        public ComputeDiskSourceImageEncryptionKey.Builder kmsKeyServiceAccount​(String kmsKeyServiceAccount)
        Parameters:
        kmsKeyServiceAccount - The service account used for the encryption request for the given KMS key. If absent, the Compute Engine Service Agent service account is used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_disk#kms_key_service_account ComputeDisk#kms_key_service_account}
        Returns:
        this
      • rawKey

        @Stability(Stable)
        public ComputeDiskSourceImageEncryptionKey.Builder rawKey​(String rawKey)
        Parameters:
        rawKey - Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either encrypt or decrypt this resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_disk#raw_key ComputeDisk#raw_key}
        Returns:
        this