Uses of Class
software.amazon.awscdk.services.gamelift.alpha.BuildProps.Builder
Package
Description
Amazon GameLift Construct Library
-
Uses of BuildProps.Builder in software.amazon.awscdk.services.gamelift.alpha
Modifier and TypeMethodDescriptionstatic BuildProps.Builder
BuildProps.builder()
Sets the value ofBuildProps.getBuildName()
BuildProps.Builder.buildVersion
(String buildVersion) Sets the value ofBuildProps.getBuildVersion()
Sets the value ofBuildProps.getContent()
BuildProps.Builder.operatingSystem
(OperatingSystem operatingSystem) Sets the value ofBuildProps.getOperatingSystem()
Sets the value ofBuildProps.getRole()
BuildProps.Builder.serverSdkVersion
(String serverSdkVersion) Sets the value ofBuildProps.getServerSdkVersion()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(BuildProps.Builder builder) Constructor that initializes the object based on literal property values passed by theBuildProps.Builder
.