CopyableBuilder<ListBuildsForProjectRequest.Builder,ListBuildsForProjectRequest>
, SdkBuilder<ListBuildsForProjectRequest.Builder,ListBuildsForProjectRequest>
public static interface ListBuildsForProjectRequest.Builder extends CopyableBuilder<ListBuildsForProjectRequest.Builder,ListBuildsForProjectRequest>
Modifier and Type | Method | Description |
---|---|---|
ListBuildsForProjectRequest.Builder |
nextToken(String nextToken) |
During a previous call, if there are more than 100 items in the list, only the first 100 items are returned,
along with a unique string called a next token.
|
ListBuildsForProjectRequest.Builder |
projectName(String projectName) |
The name of the build project.
|
ListBuildsForProjectRequest.Builder |
sortOrder(String sortOrder) |
The order to list build IDs.
|
ListBuildsForProjectRequest.Builder |
sortOrder(SortOrderType sortOrder) |
The order to list build IDs.
|
copy
apply, build
ListBuildsForProjectRequest.Builder projectName(String projectName)
The name of the build project.
projectName
- The name of the build project.ListBuildsForProjectRequest.Builder sortOrder(String sortOrder)
The order to list build IDs. Valid values include:
ASCENDING
: List the build IDs in ascending order by build ID.
DESCENDING
: List the build IDs in descending order by build ID.
sortOrder
- The order to list build IDs. Valid values include:
ASCENDING
: List the build IDs in ascending order by build ID.
DESCENDING
: List the build IDs in descending order by build ID.
SortOrderType
ListBuildsForProjectRequest.Builder sortOrder(SortOrderType sortOrder)
The order to list build IDs. Valid values include:
ASCENDING
: List the build IDs in ascending order by build ID.
DESCENDING
: List the build IDs in descending order by build ID.
sortOrder
- The order to list build IDs. Valid values include:
ASCENDING
: List the build IDs in ascending order by build ID.
DESCENDING
: List the build IDs in descending order by build ID.
SortOrderType
ListBuildsForProjectRequest.Builder nextToken(String nextToken)
During a previous call, if there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a next token. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.
nextToken
- During a previous call, if there are more than 100 items in the list, only the first 100 items are
returned, along with a unique string called a next token. To get the next batch of items in the
list, call this operation again, adding the next token to the call. To get all of the items in the
list, keep calling this operation with each subsequent next token that is returned, until no more next
tokens are returned.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.