Interface UpdateRepositoryLinkRequest.Builder

    • Method Detail

      • connectionArn

        UpdateRepositoryLinkRequest.Builder connectionArn​(String connectionArn)

        The Amazon Resource Name (ARN) of the connection for the repository link to be updated. The updated connection ARN must have the same providerType (such as GitHub) as the original connection ARN for the repo link.

        Parameters:
        connectionArn - The Amazon Resource Name (ARN) of the connection for the repository link to be updated. The updated connection ARN must have the same providerType (such as GitHub) as the original connection ARN for the repo link.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • encryptionKeyArn

        UpdateRepositoryLinkRequest.Builder encryptionKeyArn​(String encryptionKeyArn)

        The Amazon Resource Name (ARN) of the encryption key for the repository link to be updated.

        Parameters:
        encryptionKeyArn - The Amazon Resource Name (ARN) of the encryption key for the repository link to be updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • repositoryLinkId

        UpdateRepositoryLinkRequest.Builder repositoryLinkId​(String repositoryLinkId)

        The ID of the repository link to be updated.

        Parameters:
        repositoryLinkId - The ID of the repository link to be updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.