Interface MergeBranchesByFastForwardResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodeCommitResponse.Builder,CopyableBuilder<MergeBranchesByFastForwardResponse.Builder,MergeBranchesByFastForwardResponse>,SdkBuilder<MergeBranchesByFastForwardResponse.Builder,MergeBranchesByFastForwardResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- MergeBranchesByFastForwardResponse
public static interface MergeBranchesByFastForwardResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<MergeBranchesByFastForwardResponse.Builder,MergeBranchesByFastForwardResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MergeBranchesByFastForwardResponse.BuildercommitId(String commitId)The commit ID of the merge in the destination or target branch.MergeBranchesByFastForwardResponse.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
MergeBranchesByFastForwardResponse.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
MergeBranchesByFastForwardResponse.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.
-
-