public static interface ListGameServerGroupsResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<ListGameServerGroupsResponse.Builder,ListGameServerGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListGameServerGroupsResponse.Builder |
gameServerGroups(Collection<GameServerGroup> gameServerGroups)
A collection of game server group objects that match the request.
|
ListGameServerGroupsResponse.Builder |
gameServerGroups(Consumer<GameServerGroup.Builder>... gameServerGroups)
A collection of game server group objects that match the request.
|
ListGameServerGroupsResponse.Builder |
gameServerGroups(GameServerGroup... gameServerGroups)
A collection of game server group objects that match the request.
|
ListGameServerGroupsResponse.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, buildListGameServerGroupsResponse.Builder gameServerGroups(Collection<GameServerGroup> gameServerGroups)
A collection of game server group objects that match the request.
gameServerGroups - A collection of game server group objects that match the request.ListGameServerGroupsResponse.Builder gameServerGroups(GameServerGroup... gameServerGroups)
A collection of game server group objects that match the request.
gameServerGroups - A collection of game server group objects that match the request.ListGameServerGroupsResponse.Builder gameServerGroups(Consumer<GameServerGroup.Builder>... gameServerGroups)
A collection of game server group objects that match the request.
This is a convenience method that creates an instance of theGameServerGroup.Builder avoiding the need to create
one manually via GameServerGroup.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #gameServerGroups(List.
gameServerGroups - a consumer that will call methods on
GameServerGroup.Builder#gameServerGroups(java.util.Collection) ListGameServerGroupsResponse.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 © 2022. All rights reserved.