Class VertexAiDatasetEncryptionSpec.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • kmsKeyName

        @Stability(Stable)
        public VertexAiDatasetEncryptionSpec.Builder kmsKeyName​(String kmsKeyName)
        Parameters:
        kmsKeyName - Required. The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key. The key needs to be in the same region as where the resource is created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_dataset#kms_key_name VertexAiDataset#kms_key_name}
        Returns:
        this