public static interface GetMergeOptionsResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<GetMergeOptionsResponse.Builder,GetMergeOptionsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetMergeOptionsResponse.Builder |
baseCommitId(String baseCommitId)
The commit ID of the merge base.
|
GetMergeOptionsResponse.Builder |
destinationCommitId(String destinationCommitId)
The commit ID of the destination commit specifier that was used in the merge evaluation.
|
GetMergeOptionsResponse.Builder |
mergeOptions(Collection<MergeOptionTypeEnum> mergeOptions)
The merge option or strategy used to merge the code.
|
GetMergeOptionsResponse.Builder |
mergeOptions(MergeOptionTypeEnum... mergeOptions)
The merge option or strategy used to merge the code.
|
GetMergeOptionsResponse.Builder |
mergeOptionsWithStrings(Collection<String> mergeOptions)
The merge option or strategy used to merge the code.
|
GetMergeOptionsResponse.Builder |
mergeOptionsWithStrings(String... mergeOptions)
The merge option or strategy used to merge the code.
|
GetMergeOptionsResponse.Builder |
sourceCommitId(String sourceCommitId)
The commit ID of the source commit specifier that was used in the merge evaluation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMergeOptionsResponse.Builder mergeOptionsWithStrings(Collection<String> mergeOptions)
The merge option or strategy used to merge the code.
mergeOptions - The merge option or strategy used to merge the code.GetMergeOptionsResponse.Builder mergeOptionsWithStrings(String... mergeOptions)
The merge option or strategy used to merge the code.
mergeOptions - The merge option or strategy used to merge the code.GetMergeOptionsResponse.Builder mergeOptions(Collection<MergeOptionTypeEnum> mergeOptions)
The merge option or strategy used to merge the code.
mergeOptions - The merge option or strategy used to merge the code.GetMergeOptionsResponse.Builder mergeOptions(MergeOptionTypeEnum... mergeOptions)
The merge option or strategy used to merge the code.
mergeOptions - The merge option or strategy used to merge the code.GetMergeOptionsResponse.Builder sourceCommitId(String sourceCommitId)
The commit ID of the source commit specifier that was used in the merge evaluation.
sourceCommitId - The commit ID of the source commit specifier that was used in the merge evaluation.GetMergeOptionsResponse.Builder destinationCommitId(String destinationCommitId)
The commit ID of the destination commit specifier that was used in the merge evaluation.
destinationCommitId - The commit ID of the destination commit specifier that was used in the merge evaluation.GetMergeOptionsResponse.Builder baseCommitId(String baseCommitId)
The commit ID of the merge base.
baseCommitId - The commit ID of the merge base.Copyright © 2020. All rights reserved.