public static interface DescribeMatchmakingConfigurationsResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeMatchmakingConfigurationsResponse.Builder,DescribeMatchmakingConfigurationsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeMatchmakingConfigurationsResponse.Builder |
configurations(Collection<MatchmakingConfiguration> configurations)
A collection of requested matchmaking configurations.
|
DescribeMatchmakingConfigurationsResponse.Builder |
configurations(Consumer<MatchmakingConfiguration.Builder>... configurations)
A collection of requested matchmaking configurations.
|
DescribeMatchmakingConfigurationsResponse.Builder |
configurations(MatchmakingConfiguration... configurations)
A collection of requested matchmaking configurations.
|
DescribeMatchmakingConfigurationsResponse.Builder |
nextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeMatchmakingConfigurationsResponse.Builder configurations(Collection<MatchmakingConfiguration> configurations)
A collection of requested matchmaking configurations.
configurations - A collection of requested matchmaking configurations.DescribeMatchmakingConfigurationsResponse.Builder configurations(MatchmakingConfiguration... configurations)
A collection of requested matchmaking configurations.
configurations - A collection of requested matchmaking configurations.DescribeMatchmakingConfigurationsResponse.Builder configurations(Consumer<MatchmakingConfiguration.Builder>... configurations)
A collection of requested matchmaking configurations.
This is a convenience method that creates an instance of theMatchmakingConfiguration.Builder avoiding the need to
create one manually via
MatchmakingConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #configurations(List.
configurations - a consumer that will call methods on
MatchmakingConfiguration.Builder#configurations(java.util.Collection) DescribeMatchmakingConfigurationsResponse.Builder nextToken(String nextToken)
A 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 - A 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 © 2023. All rights reserved.