CopyableBuilder<ListBranchesRequest.Builder,ListBranchesRequest>
, SdkBuilder<ListBranchesRequest.Builder,ListBranchesRequest>
public static interface ListBranchesRequest.Builder extends CopyableBuilder<ListBranchesRequest.Builder,ListBranchesRequest>
Modifier and Type | Method | Description |
---|---|---|
ListBranchesRequest.Builder |
nextToken(String nextToken) |
An enumeration token that allows the operation to batch the results.
|
ListBranchesRequest.Builder |
repositoryName(String repositoryName) |
The name of the repository that contains the branches.
|
copy
apply, build
ListBranchesRequest.Builder repositoryName(String repositoryName)
The name of the repository that contains the branches.
repositoryName
- The name of the repository that contains the branches.ListBranchesRequest.Builder nextToken(String nextToken)
An enumeration token that allows the operation to batch the results.
nextToken
- An enumeration token that allows the operation to batch the results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.