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(Consumer<MatchmakingConfiguration.Builder>... 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
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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 configurations(Consumer<MatchmakingConfiguration.Builder>... configurations)
Collection of requested matchmaking configuration objects.
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 #configurations(List)
.configurations
- a consumer that will call methods on List.Builder
#configurations(List)
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.