public static interface ListBuildsForProjectResponse.Builder extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<ListBuildsForProjectResponse.Builder,ListBuildsForProjectResponse>
Modifier and Type | Method and Description |
---|---|
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 |
ids(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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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.
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.