Interface UpdateRepositoryEncryptionKeyResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CodeCommitResponse.Builder, CopyableBuilder<UpdateRepositoryEncryptionKeyResponse.Builder,UpdateRepositoryEncryptionKeyResponse>, SdkBuilder<UpdateRepositoryEncryptionKeyResponse.Builder,UpdateRepositoryEncryptionKeyResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
UpdateRepositoryEncryptionKeyResponse

  • Method Details

    • 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

      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.