public static interface DescribeGameServerInstancesResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeGameServerInstancesResponse.Builder,DescribeGameServerInstancesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeGameServerInstancesResponse.Builder |
gameServerInstances(Collection<GameServerInstance> gameServerInstances)
The collection of requested game server instances.
|
DescribeGameServerInstancesResponse.Builder |
gameServerInstances(Consumer<GameServerInstance.Builder>... gameServerInstances)
The collection of requested game server instances.
|
DescribeGameServerInstancesResponse.Builder |
gameServerInstances(GameServerInstance... gameServerInstances)
The collection of requested game server instances.
|
DescribeGameServerInstancesResponse.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, buildDescribeGameServerInstancesResponse.Builder gameServerInstances(Collection<GameServerInstance> gameServerInstances)
The collection of requested game server instances.
gameServerInstances - The collection of requested game server instances.DescribeGameServerInstancesResponse.Builder gameServerInstances(GameServerInstance... gameServerInstances)
The collection of requested game server instances.
gameServerInstances - The collection of requested game server instances.DescribeGameServerInstancesResponse.Builder gameServerInstances(Consumer<GameServerInstance.Builder>... gameServerInstances)
The collection of requested game server instances.
This is a convenience method that creates an instance of theGameServerInstance.Builder avoiding the need to create
one manually via GameServerInstance.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #gameServerInstances(List.
gameServerInstances - a consumer that will call methods on
GameServerInstance.Builder#gameServerInstances(java.util.Collection) DescribeGameServerInstancesResponse.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.