CopyableBuilder<ListBuildsForProjectResponse.Builder,ListBuildsForProjectResponse>
, SdkBuilder<ListBuildsForProjectResponse.Builder,ListBuildsForProjectResponse>
public static interface ListBuildsForProjectResponse.Builder extends CopyableBuilder<ListBuildsForProjectResponse.Builder,ListBuildsForProjectResponse>
Modifier and Type | Method | Description |
---|---|---|
ListBuildsForProjectResponse.Builder |
ids(String... ids) |
A list of build IDs for the specified build project, with each build ID representing a single build.
|
ListBuildsForProjectResponse.Builder |
ids(Collection<String> ids) |
A list of build IDs for the specified build project, with each build ID representing a single build.
|
ListBuildsForProjectResponse.Builder |
nextToken(String nextToken) |
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.
|
copy
apply, build
ListBuildsForProjectResponse.Builder ids(Collection<String> ids)
A list of build IDs for the specified build project, with each build ID representing a single build.
ids
- A list of build IDs for the specified build project, with each build ID representing a single build.ListBuildsForProjectResponse.Builder ids(String... ids)
A list of build IDs for the specified build project, with each build ID representing a single build.
NOTE: This method appends the values to the existing list (if any). Use
#setIds(java.util.Collection)
or #withIds(java.util.Collection)
if you want to override the
existing values.
ids
- A list of build IDs for the specified build project, with each build ID representing a single build.ListBuildsForProjectResponse.Builder nextToken(String nextToken)
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.
nextToken
- 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.