Interface GetMergeOptionsResponse.Builder

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

public static interface GetMergeOptionsResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<GetMergeOptionsResponse.Builder,GetMergeOptionsResponse>
  • Method Details

    • mergeOptionsWithStrings

      GetMergeOptionsResponse.Builder mergeOptionsWithStrings(Collection<String> mergeOptions)

      The merge option or strategy used to merge the code.

      Parameters:
      mergeOptions - The merge option or strategy used to merge the code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mergeOptionsWithStrings

      GetMergeOptionsResponse.Builder mergeOptionsWithStrings(String... mergeOptions)

      The merge option or strategy used to merge the code.

      Parameters:
      mergeOptions - The merge option or strategy used to merge the code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mergeOptions

      The merge option or strategy used to merge the code.

      Parameters:
      mergeOptions - The merge option or strategy used to merge the code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mergeOptions

      The merge option or strategy used to merge the code.

      Parameters:
      mergeOptions - The merge option or strategy used to merge the code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sourceCommitId

      GetMergeOptionsResponse.Builder sourceCommitId(String sourceCommitId)

      The commit ID of the source commit specifier that was used in the merge evaluation.

      Parameters:
      sourceCommitId - The commit ID of the source commit specifier that was used in the merge evaluation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • destinationCommitId

      GetMergeOptionsResponse.Builder destinationCommitId(String destinationCommitId)

      The commit ID of the destination commit specifier that was used in the merge evaluation.

      Parameters:
      destinationCommitId - The commit ID of the destination commit specifier that was used in the merge evaluation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • baseCommitId

      GetMergeOptionsResponse.Builder baseCommitId(String baseCommitId)

      The commit ID of the merge base.

      Parameters:
      baseCommitId - The commit ID of the merge base.
      Returns:
      Returns a reference to this object so that method calls can be chained together.