CopyableBuilder<ListBuildsResponse.Builder,ListBuildsResponse>
, SdkBuilder<ListBuildsResponse.Builder,ListBuildsResponse>
public static interface ListBuildsResponse.Builder extends CopyableBuilder<ListBuildsResponse.Builder,ListBuildsResponse>
Modifier and Type | Method | Description |
---|---|---|
ListBuildsResponse.Builder |
ids(String... ids) |
A list of build IDs, with each build ID representing a single build.
|
ListBuildsResponse.Builder |
ids(Collection<String> ids) |
A list of build IDs, with each build ID representing a single build.
|
ListBuildsResponse.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
ListBuildsResponse.Builder ids(Collection<String> ids)
A list of build IDs, with each build ID representing a single build.
ids
- A list of build IDs, with each build ID representing a single build.ListBuildsResponse.Builder ids(String... ids)
A list of build IDs, 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, with each build ID representing a single build.ListBuildsResponse.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.