Interface CreateMatchmakingRuleSetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateMatchmakingRuleSetRequest.Builder,CreateMatchmakingRuleSetRequest>,GameLiftRequest.Builder,SdkBuilder<CreateMatchmakingRuleSetRequest.Builder,CreateMatchmakingRuleSetRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateMatchmakingRuleSetRequest
public static interface CreateMatchmakingRuleSetRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<CreateMatchmakingRuleSetRequest.Builder,CreateMatchmakingRuleSetRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateMatchmakingRuleSetRequest.Buildername(String name)A unique identifier for the matchmaking rule set.CreateMatchmakingRuleSetRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateMatchmakingRuleSetRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateMatchmakingRuleSetRequest.BuilderruleSetBody(String ruleSetBody)A collection of matchmaking rules, formatted as a JSON string.CreateMatchmakingRuleSetRequest.Buildertags(Collection<Tag> tags)A list of labels to assign to the new matchmaking rule set resource.CreateMatchmakingRuleSetRequest.Buildertags(Consumer<Tag.Builder>... tags)A list of labels to assign to the new matchmaking rule set resource.CreateMatchmakingRuleSetRequest.Buildertags(Tag... tags)A list of labels to assign to the new matchmaking rule set resource.-
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
CreateMatchmakingRuleSetRequest.Builder name(String name)
A unique identifier for the matchmaking rule set. A matchmaking configuration identifies the rule set it uses by this name value. Note that the rule set name is different from the optional
namefield in the rule set body.- Parameters:
name- A unique identifier for the matchmaking rule set. A matchmaking configuration identifies the rule set it uses by this name value. Note that the rule set name is different from the optionalnamefield in the rule set body.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ruleSetBody
CreateMatchmakingRuleSetRequest.Builder ruleSetBody(String ruleSetBody)
A collection of matchmaking rules, formatted as a JSON string. Comments are not allowed in JSON, but most elements support a description field.
- Parameters:
ruleSetBody- A collection of matchmaking rules, formatted as a JSON string. Comments are not allowed in JSON, but most elements support a description field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateMatchmakingRuleSetRequest.Builder tags(Collection<Tag> tags)
A list of labels to assign to the new matchmaking rule set resource. Tags are developer-defined key-value pairs. Tagging Amazon Web Services resources are useful for resource management, access management and cost allocation. For more information, see Tagging Amazon Web Services Resources in the Amazon Web Services General Reference.
- Parameters:
tags- A list of labels to assign to the new matchmaking rule set resource. Tags are developer-defined key-value pairs. Tagging Amazon Web Services resources are useful for resource management, access management and cost allocation. For more information, see Tagging Amazon Web Services Resources in the Amazon Web Services General Reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateMatchmakingRuleSetRequest.Builder tags(Tag... tags)
A list of labels to assign to the new matchmaking rule set resource. Tags are developer-defined key-value pairs. Tagging Amazon Web Services resources are useful for resource management, access management and cost allocation. For more information, see Tagging Amazon Web Services Resources in the Amazon Web Services General Reference.
- Parameters:
tags- A list of labels to assign to the new matchmaking rule set resource. Tags are developer-defined key-value pairs. Tagging Amazon Web Services resources are useful for resource management, access management and cost allocation. For more information, see Tagging Amazon Web Services Resources in the Amazon Web Services General Reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateMatchmakingRuleSetRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of labels to assign to the new matchmaking rule set resource. Tags are developer-defined key-value pairs. Tagging Amazon Web Services resources are useful for resource management, access management and cost allocation. For more information, see Tagging Amazon Web Services Resources in the Amazon Web Services General Reference.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
overrideConfiguration
CreateMatchmakingRuleSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateMatchmakingRuleSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-