Interface MergeMetadata.Builder

    • Method Detail

      • isMerged

        MergeMetadata.Builder isMerged​(Boolean isMerged)

        A Boolean value indicating whether the merge has been made.

        Parameters:
        isMerged - A Boolean value indicating whether the merge has been made.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mergedBy

        MergeMetadata.Builder mergedBy​(String mergedBy)

        The Amazon Resource Name (ARN) of the user who merged the branches.

        Parameters:
        mergedBy - The Amazon Resource Name (ARN) of the user who merged the branches.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mergeCommitId

        MergeMetadata.Builder mergeCommitId​(String mergeCommitId)

        The commit ID for the merge commit, if any.

        Parameters:
        mergeCommitId - The commit ID for the merge commit, if any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.