public static interface DescribePlayerSessionsResponse.Builder extends GameLiftResponse.Builder, CopyableBuilder<DescribePlayerSessionsResponse.Builder,DescribePlayerSessionsResponse>
Modifier and Type | Method and Description |
---|---|
DescribePlayerSessionsResponse.Builder |
nextToken(String nextToken)
Token that indicates where to resume retrieving results on the next call to this action.
|
DescribePlayerSessionsResponse.Builder |
playerSessions(Collection<PlayerSession> playerSessions)
Collection of objects containing properties for each player session that matches the request.
|
DescribePlayerSessionsResponse.Builder |
playerSessions(PlayerSession... playerSessions)
Collection of objects containing properties for each player session that matches the request.
|
build
copy
apply, build
DescribePlayerSessionsResponse.Builder playerSessions(Collection<PlayerSession> playerSessions)
Collection of objects containing properties for each player session that matches the request.
playerSessions
- Collection of objects containing properties for each player session that matches the request.DescribePlayerSessionsResponse.Builder playerSessions(PlayerSession... playerSessions)
Collection of objects containing properties for each player session that matches the request.
playerSessions
- Collection of objects containing properties for each player session that matches the request.DescribePlayerSessionsResponse.Builder nextToken(String nextToken)
Token that indicates where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
nextToken
- Token that indicates where to resume retrieving results on the next call to this action. If no token
is returned, these results represent the end of the list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.