CopyableBuilder<GetBranchRequest.Builder,GetBranchRequest>
, SdkBuilder<GetBranchRequest.Builder,GetBranchRequest>
public static interface GetBranchRequest.Builder extends CopyableBuilder<GetBranchRequest.Builder,GetBranchRequest>
Modifier and Type | Method | Description |
---|---|---|
GetBranchRequest.Builder |
branchName(String branchName) |
The name of the branch for which you want to retrieve information.
|
GetBranchRequest.Builder |
repositoryName(String repositoryName) |
The name of the repository that contains the branch for which you want to retrieve information.
|
copy
apply, build
GetBranchRequest.Builder repositoryName(String repositoryName)
The name of the repository that contains the branch for which you want to retrieve information.
repositoryName
- The name of the repository that contains the branch for which you want to retrieve information.GetBranchRequest.Builder branchName(String branchName)
The name of the branch for which you want to retrieve information.
branchName
- The name of the branch for which you want to retrieve information.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.