Interface UpdateRepositoryEncryptionKeyResponse.Builder

    • Method Detail

      • repositoryId

        UpdateRepositoryEncryptionKeyResponse.Builder repositoryId​(String repositoryId)

        The ID of the repository.

        Parameters:
        repositoryId - The ID of the repository.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • kmsKeyId

        UpdateRepositoryEncryptionKeyResponse.Builder kmsKeyId​(String kmsKeyId)

        The ID of the encryption key.

        Parameters:
        kmsKeyId - The ID of the encryption key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • originalKmsKeyId

        UpdateRepositoryEncryptionKeyResponse.Builder originalKmsKeyId​(String originalKmsKeyId)

        The ID of the encryption key formerly used to encrypt and decrypt the repository.

        Parameters:
        originalKmsKeyId - The ID of the encryption key formerly used to encrypt and decrypt the repository.
        Returns:
        Returns a reference to this object so that method calls can be chained together.