public static interface CreateGameRequest.Builder extends GameSparksRequest.Builder, SdkPojo, CopyableBuilder<CreateGameRequest.Builder,CreateGameRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateGameRequest.Builder |
clientToken(String clientToken)
A client-defined token.
|
CreateGameRequest.Builder |
description(String description)
The description of the game.
|
CreateGameRequest.Builder |
gameName(String gameName)
The name of the game.
|
CreateGameRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateGameRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateGameRequest.Builder |
tags(Map<String,String> tags)
The list of tags to apply to the game.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateGameRequest.Builder clientToken(String clientToken)
A client-defined token. With an active client token in the request, this action is idempotent.
clientToken - A client-defined token. With an active client token in the request, this action is idempotent.CreateGameRequest.Builder description(String description)
The description of the game.
description - The description of the game.CreateGameRequest.Builder gameName(String gameName)
The name of the game.
gameName - The name of the game.CreateGameRequest.Builder tags(Map<String,String> tags)
The list of tags to apply to the game.
tags - The list of tags to apply to the game.CreateGameRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateGameRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.