public static interface CreateMatchmakingRuleSetResponse.Builder extends GameLiftResponse.Builder, CopyableBuilder<CreateMatchmakingRuleSetResponse.Builder,CreateMatchmakingRuleSetResponse>
Modifier and Type | Method and Description |
---|---|
default CreateMatchmakingRuleSetResponse.Builder |
ruleSet(Consumer<MatchmakingRuleSet.Builder> ruleSet)
Object that describes the newly created matchmaking rule set.
|
CreateMatchmakingRuleSetResponse.Builder |
ruleSet(MatchmakingRuleSet ruleSet)
Object that describes the newly created matchmaking rule set.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateMatchmakingRuleSetResponse.Builder ruleSet(MatchmakingRuleSet ruleSet)
Object that describes the newly created matchmaking rule set.
ruleSet
- Object that describes the newly created matchmaking rule set.default CreateMatchmakingRuleSetResponse.Builder ruleSet(Consumer<MatchmakingRuleSet.Builder> ruleSet)
Object that describes the newly created matchmaking rule set.
This is a convenience that creates an instance of theMatchmakingRuleSet.Builder
avoiding the need to
create one manually via MatchmakingRuleSet.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to ruleSet(MatchmakingRuleSet)
.ruleSet
- a consumer that will call methods on MatchmakingRuleSet.Builder
ruleSet(MatchmakingRuleSet)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.