Interface MergeBranchesByThreeWayResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodeCommitResponse.Builder,CopyableBuilder<MergeBranchesByThreeWayResponse.Builder,MergeBranchesByThreeWayResponse>,SdkBuilder<MergeBranchesByThreeWayResponse.Builder,MergeBranchesByThreeWayResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- MergeBranchesByThreeWayResponse
public static interface MergeBranchesByThreeWayResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<MergeBranchesByThreeWayResponse.Builder,MergeBranchesByThreeWayResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MergeBranchesByThreeWayResponse.BuildercommitId(String commitId)The commit ID of the merge in the destination or target branch.MergeBranchesByThreeWayResponse.BuildertreeId(String treeId)The tree ID of the merge in the destination or target branch.-
Methods inherited from interface software.amazon.awssdk.services.codecommit.model.CodeCommitResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
commitId
MergeBranchesByThreeWayResponse.Builder commitId(String commitId)
The commit ID of the merge in the destination or target branch.
- Parameters:
commitId- The commit ID of the merge in the destination or target branch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
treeId
MergeBranchesByThreeWayResponse.Builder treeId(String treeId)
The tree ID of the merge in the destination or target branch.
- Parameters:
treeId- The tree ID of the merge in the destination or target branch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-