Uses of Class
software.amazon.awscdk.services.gamelift.CfnGameServerGroupProps.Builder
-
Uses of CfnGameServerGroupProps.Builder in software.amazon.awscdk.services.gamelift
Modifier and TypeMethodDescriptionCfnGameServerGroupProps.Builder.autoScalingPolicy
(IResolvable autoScalingPolicy) Sets the value ofCfnGameServerGroupProps.getAutoScalingPolicy()
CfnGameServerGroupProps.Builder.autoScalingPolicy
(CfnGameServerGroup.AutoScalingPolicyProperty autoScalingPolicy) Sets the value ofCfnGameServerGroupProps.getAutoScalingPolicy()
CfnGameServerGroupProps.Builder.balancingStrategy
(String balancingStrategy) Sets the value ofCfnGameServerGroupProps.getBalancingStrategy()
CfnGameServerGroupProps.builder()
CfnGameServerGroupProps.Builder.deleteOption
(String deleteOption) Sets the value ofCfnGameServerGroupProps.getDeleteOption()
CfnGameServerGroupProps.Builder.gameServerGroupName
(String gameServerGroupName) Sets the value ofCfnGameServerGroupProps.getGameServerGroupName()
CfnGameServerGroupProps.Builder.gameServerProtectionPolicy
(String gameServerProtectionPolicy) Sets the value ofCfnGameServerGroupProps.getGameServerProtectionPolicy()
CfnGameServerGroupProps.Builder.instanceDefinitions
(List<? extends Object> instanceDefinitions) Sets the value ofCfnGameServerGroupProps.getInstanceDefinitions()
CfnGameServerGroupProps.Builder.instanceDefinitions
(IResolvable instanceDefinitions) Sets the value ofCfnGameServerGroupProps.getInstanceDefinitions()
CfnGameServerGroupProps.Builder.launchTemplate
(IResolvable launchTemplate) Sets the value ofCfnGameServerGroupProps.getLaunchTemplate()
CfnGameServerGroupProps.Builder.launchTemplate
(CfnGameServerGroup.LaunchTemplateProperty launchTemplate) Sets the value ofCfnGameServerGroupProps.getLaunchTemplate()
Sets the value ofCfnGameServerGroupProps.getMaxSize()
Sets the value ofCfnGameServerGroupProps.getMinSize()
Sets the value ofCfnGameServerGroupProps.getRoleArn()
Sets the value ofCfnGameServerGroupProps.getTags()
CfnGameServerGroupProps.Builder.vpcSubnets
(List<String> vpcSubnets) Sets the value ofCfnGameServerGroupProps.getVpcSubnets()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnGameServerGroupProps.Builder
.