@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 - `CfnFleet.ServerProcessProperty.ConcurrentExecutions`. This parameter is required.this@Stability(value=Stable) public CfnFleet.ServerProcessProperty.Builder launchPath(String launchPath)
CfnFleet.ServerProcessProperty.getLaunchPath()launchPath - `CfnFleet.ServerProcessProperty.LaunchPath`. This parameter is required.this@Stability(value=Stable) public CfnFleet.ServerProcessProperty.Builder parameters(String parameters)
CfnFleet.ServerProcessProperty.getParameters()parameters - `CfnFleet.ServerProcessProperty.Parameters`.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 © 2021. All rights reserved.