Interface DeleteGameServerGroupRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteGameServerGroupRequest.Builder,,DeleteGameServerGroupRequest> GameLiftRequest.Builder,SdkBuilder<DeleteGameServerGroupRequest.Builder,,DeleteGameServerGroupRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
DeleteGameServerGroupRequest
-
Method Summary
Modifier and TypeMethodDescriptiondeleteOption(String deleteOption) The type of delete to perform.deleteOption(GameServerGroupDeleteOption deleteOption) The type of delete to perform.gameServerGroupName(String gameServerGroupName) A unique identifier for the game server group.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.gamelift.model.GameLiftRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
gameServerGroupName
A unique identifier for the game server group. Use either the name or ARN value.
- Parameters:
gameServerGroupName- A unique identifier for the game server group. Use either the name or ARN value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deleteOption
The type of delete to perform. Options include the following:
-
SAFE_DELETE– (default) Terminates the game server group and Amazon EC2 Auto Scaling group only when it has no game servers that are inUTILIZEDstatus. -
FORCE_DELETE– Terminates the game server group, including all active game servers regardless of their utilization status, and the Amazon EC2 Auto Scaling group. -
RETAIN– Does a safe delete of the game server group but retains the Amazon EC2 Auto Scaling group as is.
- Parameters:
deleteOption- The type of delete to perform. Options include the following:-
SAFE_DELETE– (default) Terminates the game server group and Amazon EC2 Auto Scaling group only when it has no game servers that are inUTILIZEDstatus. -
FORCE_DELETE– Terminates the game server group, including all active game servers regardless of their utilization status, and the Amazon EC2 Auto Scaling group. -
RETAIN– Does a safe delete of the game server group but retains the Amazon EC2 Auto Scaling group as is.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
deleteOption
The type of delete to perform. Options include the following:
-
SAFE_DELETE– (default) Terminates the game server group and Amazon EC2 Auto Scaling group only when it has no game servers that are inUTILIZEDstatus. -
FORCE_DELETE– Terminates the game server group, including all active game servers regardless of their utilization status, and the Amazon EC2 Auto Scaling group. -
RETAIN– Does a safe delete of the game server group but retains the Amazon EC2 Auto Scaling group as is.
- Parameters:
deleteOption- The type of delete to perform. Options include the following:-
SAFE_DELETE– (default) Terminates the game server group and Amazon EC2 Auto Scaling group only when it has no game servers that are inUTILIZEDstatus. -
FORCE_DELETE– Terminates the game server group, including all active game servers regardless of their utilization status, and the Amazon EC2 Auto Scaling group. -
RETAIN– Does a safe delete of the game server group but retains the Amazon EC2 Auto Scaling group as is.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
overrideConfiguration
DeleteGameServerGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DeleteGameServerGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-