CopyableBuilder<DescribeGameSessionDetailsResponse.Builder,DescribeGameSessionDetailsResponse>
, SdkBuilder<DescribeGameSessionDetailsResponse.Builder,DescribeGameSessionDetailsResponse>
public static interface DescribeGameSessionDetailsResponse.Builder extends CopyableBuilder<DescribeGameSessionDetailsResponse.Builder,DescribeGameSessionDetailsResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeGameSessionDetailsResponse.Builder |
gameSessionDetails(Collection<GameSessionDetail> gameSessionDetails) |
Collection of objects containing game session properties and the protection policy currently in force for
each session matching the request.
|
DescribeGameSessionDetailsResponse.Builder |
gameSessionDetails(GameSessionDetail... gameSessionDetails) |
Collection of objects containing game session properties and the protection policy currently in force for
each session matching the request.
|
DescribeGameSessionDetailsResponse.Builder |
nextToken(String nextToken) |
Token that indicates where to resume retrieving results on the next call to this action.
|
copy
apply, build
DescribeGameSessionDetailsResponse.Builder gameSessionDetails(Collection<GameSessionDetail> gameSessionDetails)
Collection of objects containing game session properties and the protection policy currently in force for each session matching the request.
gameSessionDetails
- Collection of objects containing game session properties and the protection policy currently in force
for each session matching the request.DescribeGameSessionDetailsResponse.Builder gameSessionDetails(GameSessionDetail... gameSessionDetails)
Collection of objects containing game session properties and the protection policy currently in force for each session matching the request.
NOTE: This method appends the values to the existing list (if any). Use
#setGameSessionDetails(java.util.Collection)
or #withGameSessionDetails(java.util.Collection)
if you want to override the existing values.
gameSessionDetails
- Collection of objects containing game session properties and the protection policy currently in force
for each session matching the request.DescribeGameSessionDetailsResponse.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.