| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
BranchInfo.Builder |
BranchInfo.Builder.branchName(String branchName)
The name of the branch.
|
static BranchInfo.Builder |
BranchInfo.builder() |
BranchInfo.Builder |
BranchInfo.Builder.commitId(String commitId)
The ID of the last commit made to the branch.
|
BranchInfo.Builder |
BranchInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BranchInfo.Builder> |
BranchInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetBranchResponse.Builder |
GetBranchResponse.Builder.branch(Consumer<BranchInfo.Builder> branch)
The name of the branch.
|
default DeleteBranchResponse.Builder |
DeleteBranchResponse.Builder.deletedBranch(Consumer<BranchInfo.Builder> deletedBranch)
Information about the branch deleted by the operation, including the branch name and the commit ID that was
the tip of the branch.
|
Copyright © 2021. All rights reserved.