Uses of Interface
software.amazon.awssdk.services.gamelift.model.DeploymentConfiguration.Builder
-
Packages that use DeploymentConfiguration.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of DeploymentConfiguration.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return DeploymentConfiguration.Builder Modifier and Type Method Description static DeploymentConfiguration.BuilderDeploymentConfiguration. builder()DeploymentConfiguration.BuilderDeploymentConfiguration.Builder. impairmentStrategy(String impairmentStrategy)Determines what actions to take if a deployment fails.DeploymentConfiguration.BuilderDeploymentConfiguration.Builder. impairmentStrategy(DeploymentImpairmentStrategy impairmentStrategy)Determines what actions to take if a deployment fails.DeploymentConfiguration.BuilderDeploymentConfiguration.Builder. minimumHealthyPercentage(Integer minimumHealthyPercentage)Sets a minimum level of healthy tasks to maintain during deployment activity.DeploymentConfiguration.BuilderDeploymentConfiguration.Builder. protectionStrategy(String protectionStrategy)Determines how fleet deployment activity affects active game sessions on the fleet.DeploymentConfiguration.BuilderDeploymentConfiguration.Builder. protectionStrategy(DeploymentProtectionStrategy protectionStrategy)Determines how fleet deployment activity affects active game sessions on the fleet.DeploymentConfiguration.BuilderDeploymentConfiguration. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type DeploymentConfiguration.Builder Modifier and Type Method Description static Class<? extends DeploymentConfiguration.Builder>DeploymentConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type DeploymentConfiguration.Builder Modifier and Type Method Description default FleetDeployment.BuilderFleetDeployment.Builder. deploymentConfiguration(Consumer<DeploymentConfiguration.Builder> deploymentConfiguration)Instructions for how to deploy updates to a container fleet and what actions to take if the deployment fails.default UpdateContainerFleetRequest.BuilderUpdateContainerFleetRequest.Builder. deploymentConfiguration(Consumer<DeploymentConfiguration.Builder> deploymentConfiguration)Instructions for how to deploy updates to a container fleet, if the fleet update initiates a deployment.
-