public static interface BranchInfo.Builder extends CopyableBuilder<BranchInfo.Builder,BranchInfo>
| Modifier and Type | Method and Description |
|---|---|
BranchInfo.Builder |
branchName(String branchName)
The name of the branch.
|
BranchInfo.Builder |
commitId(String commitId)
The ID of the last commit made to the branch.
|
copyapply, buildBranchInfo.Builder branchName(String branchName)
The name of the branch.
branchName - The name of the branch.BranchInfo.Builder commitId(String commitId)
The ID of the last commit made to the branch.
commitId - The ID of the last commit made to the branch.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.