CopyableBuilder<CreateBranchRequest.Builder,CreateBranchRequest>
, SdkBuilder<CreateBranchRequest.Builder,CreateBranchRequest>
public static interface CreateBranchRequest.Builder extends CopyableBuilder<CreateBranchRequest.Builder,CreateBranchRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateBranchRequest.Builder |
branchName(String branchName) |
The name of the new branch to create.
|
CreateBranchRequest.Builder |
commitId(String commitId) |
The ID of the commit to point the new branch to.
|
CreateBranchRequest.Builder |
repositoryName(String repositoryName) |
The name of the repository in which you want to create the new branch.
|
copy
apply, build
CreateBranchRequest.Builder repositoryName(String repositoryName)
The name of the repository in which you want to create the new branch.
repositoryName
- The name of the repository in which you want to create the new branch.CreateBranchRequest.Builder branchName(String branchName)
The name of the new branch to create.
branchName
- The name of the new branch to create.CreateBranchRequest.Builder commitId(String commitId)
The ID of the commit to point the new branch to.
commitId
- The ID of the commit to point the new branch to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.