CopyableBuilder<BranchInfo.Builder,BranchInfo>
, SdkBuilder<BranchInfo.Builder,BranchInfo>
public static interface BranchInfo.Builder extends CopyableBuilder<BranchInfo.Builder,BranchInfo>
Modifier and Type | Method | 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.
|
copy
apply, build
BranchInfo.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.