Interface DeleteMatchmakingRuleSetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteMatchmakingRuleSetRequest.Builder,DeleteMatchmakingRuleSetRequest>,GameLiftRequest.Builder,SdkBuilder<DeleteMatchmakingRuleSetRequest.Builder,DeleteMatchmakingRuleSetRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteMatchmakingRuleSetRequest
public static interface DeleteMatchmakingRuleSetRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<DeleteMatchmakingRuleSetRequest.Builder,DeleteMatchmakingRuleSetRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteMatchmakingRuleSetRequest.Buildername(String name)A unique identifier for the matchmaking rule set to be deleted.DeleteMatchmakingRuleSetRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteMatchmakingRuleSetRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.gamelift.model.GameLiftRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
DeleteMatchmakingRuleSetRequest.Builder name(String name)
A unique identifier for the matchmaking rule set to be deleted. (Note: The rule set name is different from the optional "name" field in the rule set body.) You can use either the rule set name or ARN value.
- Parameters:
name- A unique identifier for the matchmaking rule set to be deleted. (Note: The rule set name is different from the optional "name" field in the rule set body.) You can use either the rule set name or ARN value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteMatchmakingRuleSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteMatchmakingRuleSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-