Uses of Class
software.amazon.awscdk.services.gamelift.alpha.FleetProps.Builder
Package
Description
Amazon GameLift Construct Library
-
Uses of FleetProps.Builder in software.amazon.awscdk.services.gamelift.alpha
Modifier and TypeMethodDescriptionstatic FleetProps.Builder
FleetProps.builder()
FleetProps.Builder.description
(String description) Sets the value ofFleetProps.getDescription()
FleetProps.Builder.desiredCapacity
(Number desiredCapacity) Sets the value ofFleetProps.getDesiredCapacity()
Sets the value ofFleetProps.getFleetName()
FleetProps.Builder.instanceType
(InstanceType instanceType) Sets the value ofFleetProps.getInstanceType()
Sets the value ofFleetProps.getLocations()
Sets the value ofFleetProps.getMaxSize()
FleetProps.Builder.metricGroup
(String metricGroup) Sets the value ofFleetProps.getMetricGroup()
Sets the value ofFleetProps.getMinSize()
Sets the value ofFleetProps.getPeerVpc()
FleetProps.Builder.protectNewGameSession
(Boolean protectNewGameSession) Sets the value ofFleetProps.getProtectNewGameSession()
FleetProps.Builder.resourceCreationLimitPolicy
(ResourceCreationLimitPolicy resourceCreationLimitPolicy) Sets the value ofFleetProps.getResourceCreationLimitPolicy()
Sets the value ofFleetProps.getRole()
FleetProps.Builder.runtimeConfiguration
(RuntimeConfiguration runtimeConfiguration) Sets the value ofFleetProps.getRuntimeConfiguration()
FleetProps.Builder.useCertificate
(Boolean useCertificate) Sets the value ofFleetProps.getUseCertificate()
Sets the value ofFleetProps.getUseSpot()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(FleetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theFleetProps.Builder
.