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 |
builds(Collection<Build> builds) |
Collection of build records that match the request.
|
ListBuildsResponse.Builder |
builds(Build... builds) |
Collection of build records that match the request.
|
ListBuildsResponse.Builder |
nextToken(String nextToken) |
Token that indicates where to resume retrieving results on the next call to this action.
|
copy
apply, build
ListBuildsResponse.Builder builds(Collection<Build> builds)
Collection of build records that match the request.
builds
- Collection of build records that match the request.ListBuildsResponse.Builder builds(Build... builds)
Collection of build records that match the request.
NOTE: This method appends the values to the existing list (if any). Use
#setBuilds(java.util.Collection)
or #withBuilds(java.util.Collection)
if you want to override
the existing values.
builds
- Collection of build records that match the request.ListBuildsResponse.Builder nextToken(String nextToken)
Token that indicates where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
nextToken
- Token that indicates where to resume retrieving results on the next call to this action. If no token
is returned, these results represent the end of the list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.