public static interface ListBuildsResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<ListBuildsResponse.Builder,ListBuildsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListBuildsResponse.Builder |
builds(Build... builds)
A collection of build resources that match the request.
|
ListBuildsResponse.Builder |
builds(Collection<Build> builds)
A collection of build resources that match the request.
|
ListBuildsResponse.Builder |
builds(Consumer<Build.Builder>... builds)
A collection of build resources that match the request.
|
ListBuildsResponse.Builder |
nextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBuildsResponse.Builder builds(Collection<Build> builds)
A collection of build resources that match the request.
builds - A collection of build resources that match the request.ListBuildsResponse.Builder builds(Build... builds)
A collection of build resources that match the request.
builds - A collection of build resources that match the request.ListBuildsResponse.Builder builds(Consumer<Build.Builder>... builds)
A collection of build resources that match the request.
This is a convenience method that creates an instance of theBuild.Builder avoiding the need to create one manually
via Build.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #builds(List.
builds - a consumer that will call methods on
Build.Builder#builds(java.util.Collection) ListBuildsResponse.Builder nextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
nextToken - A token that indicates where to resume retrieving results on the next call to this operation. If no
token is returned, these results represent the end of the list.Copyright © 2023. All rights reserved.