public static interface DescribeMatchmakingConfigurationsResponse.Builder extends GameLiftResponse.Builder, CopyableBuilder<DescribeMatchmakingConfigurationsResponse.Builder,DescribeMatchmakingConfigurationsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeMatchmakingConfigurationsResponse.Builder |
configurations(Collection<MatchmakingConfiguration> configurations)
Collection of requested matchmaking configuration objects.
|
DescribeMatchmakingConfigurationsResponse.Builder |
configurations(MatchmakingConfiguration... configurations)
Collection of requested matchmaking configuration objects.
|
DescribeMatchmakingConfigurationsResponse.Builder |
nextToken(String nextToken)
Token that indicates where to resume retrieving results on the next call to this action.
|
build
copy
apply, build
DescribeMatchmakingConfigurationsResponse.Builder configurations(Collection<MatchmakingConfiguration> configurations)
Collection of requested matchmaking configuration objects.
configurations
- Collection of requested matchmaking configuration objects.DescribeMatchmakingConfigurationsResponse.Builder configurations(MatchmakingConfiguration... configurations)
Collection of requested matchmaking configuration objects.
configurations
- Collection of requested matchmaking configuration objects.DescribeMatchmakingConfigurationsResponse.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.