CopyableBuilder<DescribePlayerSessionsResponse.Builder,DescribePlayerSessionsResponse>
, SdkBuilder<DescribePlayerSessionsResponse.Builder,DescribePlayerSessionsResponse>
public static interface DescribePlayerSessionsResponse.Builder extends CopyableBuilder<DescribePlayerSessionsResponse.Builder,DescribePlayerSessionsResponse>
Modifier and Type | Method | 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.
|
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.
NOTE: This method appends the values to the existing list (if any). Use
#setPlayerSessions(java.util.Collection)
or #withPlayerSessions(java.util.Collection)
if you
want to override the existing values.
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.