@Stability(value=Stable) public static final class CfnFleet.ServerProcessProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFleet.ServerProcessProperty>
CfnFleet.ServerProcessProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFleet.ServerProcessProperty |
build()
Builds the configured instance.
|
CfnFleet.ServerProcessProperty.Builder |
concurrentExecutions(Number concurrentExecutions)
Sets the value of
CfnFleet.ServerProcessProperty.getConcurrentExecutions() |
CfnFleet.ServerProcessProperty.Builder |
launchPath(String launchPath)
Sets the value of
CfnFleet.ServerProcessProperty.getLaunchPath() |
CfnFleet.ServerProcessProperty.Builder |
parameters(String parameters)
Sets the value of
CfnFleet.ServerProcessProperty.getParameters() |
@Stability(value=Stable) public CfnFleet.ServerProcessProperty.Builder concurrentExecutions(Number concurrentExecutions)
CfnFleet.ServerProcessProperty.getConcurrentExecutions()concurrentExecutions - The number of server processes using this configuration that run concurrently on each instance. This parameter is required.this@Stability(value=Stable) public CfnFleet.ServerProcessProperty.Builder launchPath(String launchPath)
CfnFleet.ServerProcessProperty.getLaunchPath()launchPath - The location of a game build executable or the Realtime script file that contains the `Init()` function. This parameter is required.
Game builds and Realtime scripts are installed on instances at the root:
C:\game . Example: " C:\game\MyGame\server.exe "/local/game . Examples: " /local/game/MyGame/server.exe " or " /local/game/MyRealtimeScript.js "this@Stability(value=Stable) public CfnFleet.ServerProcessProperty.Builder parameters(String parameters)
CfnFleet.ServerProcessProperty.getParameters()parameters - An optional list of parameters to pass to the server executable or Realtime script on launch.this@Stability(value=Stable) public CfnFleet.ServerProcessProperty build()
build in interface software.amazon.jsii.Builder<CfnFleet.ServerProcessProperty>CfnFleet.ServerProcessPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.