public static interface CreateMatchmakingRuleSetResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<CreateMatchmakingRuleSetResponse.Builder,CreateMatchmakingRuleSetResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateMatchmakingRuleSetResponse.Builder |
ruleSet(Consumer<MatchmakingRuleSet.Builder> ruleSet)
The newly created matchmaking rule set.
|
CreateMatchmakingRuleSetResponse.Builder |
ruleSet(MatchmakingRuleSet ruleSet)
The newly created matchmaking rule set.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateMatchmakingRuleSetResponse.Builder ruleSet(MatchmakingRuleSet ruleSet)
The newly created matchmaking rule set.
ruleSet - The newly created matchmaking rule set.default CreateMatchmakingRuleSetResponse.Builder ruleSet(Consumer<MatchmakingRuleSet.Builder> ruleSet)
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.BuilderruleSet(MatchmakingRuleSet)Copyright © 2021. All rights reserved.