public static interface DescribePlayerSessionsResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<DescribePlayerSessionsResponse.Builder,DescribePlayerSessionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribePlayerSessionsResponse.Builder |
nextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation.
|
DescribePlayerSessionsResponse.Builder |
playerSessions(Collection<PlayerSession> playerSessions)
A collection of objects containing properties for each player session that matches the request.
|
DescribePlayerSessionsResponse.Builder |
playerSessions(Consumer<PlayerSession.Builder>... playerSessions)
A collection of objects containing properties for each player session that matches the request.
|
DescribePlayerSessionsResponse.Builder |
playerSessions(PlayerSession... playerSessions)
A collection of objects containing properties for each player session that matches the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribePlayerSessionsResponse.Builder playerSessions(Collection<PlayerSession> playerSessions)
A collection of objects containing properties for each player session that matches the request.
playerSessions - A collection of objects containing properties for each player session that matches the request.DescribePlayerSessionsResponse.Builder playerSessions(PlayerSession... playerSessions)
A collection of objects containing properties for each player session that matches the request.
playerSessions - A collection of objects containing properties for each player session that matches the request.DescribePlayerSessionsResponse.Builder playerSessions(Consumer<PlayerSession.Builder>... playerSessions)
A collection of objects containing properties for each player session that matches the request.
This is a convenience method that creates an instance of thePlayerSession.Builder avoiding the need to create one
manually via PlayerSession.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #playerSessions(List.
playerSessions - a consumer that will call methods on
PlayerSession.Builder#playerSessions(java.util.Collection) DescribePlayerSessionsResponse.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.