public static interface DescribeGameSessionDetailsResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeGameSessionDetailsResponse.Builder,DescribeGameSessionDetailsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeGameSessionDetailsResponse.Builder |
gameSessionDetails(Collection<GameSessionDetail> gameSessionDetails)
A collection of objects containing game session properties and the protection policy currently in force for
each session matching the request.
|
DescribeGameSessionDetailsResponse.Builder |
gameSessionDetails(Consumer<GameSessionDetail.Builder>... gameSessionDetails)
A 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)
A 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 operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeGameSessionDetailsResponse.Builder gameSessionDetails(Collection<GameSessionDetail> gameSessionDetails)
A collection of objects containing game session properties and the protection policy currently in force for each session matching the request.
gameSessionDetails - A 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)
A collection of objects containing game session properties and the protection policy currently in force for each session matching the request.
gameSessionDetails - A collection of objects containing game session properties and the protection policy currently in
force for each session matching the request.DescribeGameSessionDetailsResponse.Builder gameSessionDetails(Consumer<GameSessionDetail.Builder>... gameSessionDetails)
A collection of objects containing game session properties and the protection policy currently in force for each session matching the request.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #gameSessionDetails(List) .gameSessionDetails - a consumer that will call methods on List.Builder #gameSessionDetails(List) DescribeGameSessionDetailsResponse.Builder nextToken(String nextToken)
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 - 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 © 2021. All rights reserved.