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)
The game server groups' game server groups.
|
ListGameServerGroupsResponse.Builder |
gameServerGroups(Consumer<GameServerGroup.Builder>... gameServerGroups)
The game server groups' game server groups.
|
ListGameServerGroupsResponse.Builder |
gameServerGroups(GameServerGroup... gameServerGroups)
The game server groups' game server groups.
|
ListGameServerGroupsResponse.Builder |
nextToken(String nextToken)
Specify the pagination token from a previous request to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListGameServerGroupsResponse.Builder gameServerGroups(Collection<GameServerGroup> gameServerGroups)
The game server groups' game server groups.
gameServerGroups - The game server groups' game server groups.ListGameServerGroupsResponse.Builder gameServerGroups(GameServerGroup... gameServerGroups)
The game server groups' game server groups.
gameServerGroups - The game server groups' game server groups.ListGameServerGroupsResponse.Builder gameServerGroups(Consumer<GameServerGroup.Builder>... gameServerGroups)
The game server groups' game server groups.
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)
Specify the pagination token from a previous request to retrieve the next page of results.
nextToken - Specify the pagination token from a previous request to retrieve the next page of results.Copyright © 2023. All rights reserved.