CopyableBuilder<ListRepositoriesRequest.Builder,ListRepositoriesRequest>
, SdkBuilder<ListRepositoriesRequest.Builder,ListRepositoriesRequest>
public static interface ListRepositoriesRequest.Builder extends CopyableBuilder<ListRepositoriesRequest.Builder,ListRepositoriesRequest>
Modifier and Type | Method | Description |
---|---|---|
ListRepositoriesRequest.Builder |
nextToken(String nextToken) |
An enumeration token that allows the operation to batch the results of the operation.
|
ListRepositoriesRequest.Builder |
order(String order) |
The order in which to sort the results of a list repositories operation.
|
ListRepositoriesRequest.Builder |
order(OrderEnum order) |
The order in which to sort the results of a list repositories operation.
|
ListRepositoriesRequest.Builder |
sortBy(String sortBy) |
The criteria used to sort the results of a list repositories operation.
|
ListRepositoriesRequest.Builder |
sortBy(SortByEnum sortBy) |
The criteria used to sort the results of a list repositories operation.
|
copy
apply, build
ListRepositoriesRequest.Builder nextToken(String nextToken)
An enumeration token that allows the operation to batch the results of the operation. Batch sizes are 1,000 for list repository operations. When the client sends the token back to AWS CodeCommit, another page of 1,000 records is retrieved.
nextToken
- An enumeration token that allows the operation to batch the results of the operation. Batch sizes are
1,000 for list repository operations. When the client sends the token back to AWS CodeCommit, another
page of 1,000 records is retrieved.ListRepositoriesRequest.Builder sortBy(String sortBy)
The criteria used to sort the results of a list repositories operation.
sortBy
- The criteria used to sort the results of a list repositories operation.SortByEnum
ListRepositoriesRequest.Builder sortBy(SortByEnum sortBy)
The criteria used to sort the results of a list repositories operation.
sortBy
- The criteria used to sort the results of a list repositories operation.SortByEnum
ListRepositoriesRequest.Builder order(String order)
The order in which to sort the results of a list repositories operation.
order
- The order in which to sort the results of a list repositories operation.OrderEnum
ListRepositoriesRequest.Builder order(OrderEnum order)
The order in which to sort the results of a list repositories operation.
order
- The order in which to sort the results of a list repositories operation.OrderEnum
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.