CopyableBuilder<UpdateRuntimeConfigurationRequest.Builder,UpdateRuntimeConfigurationRequest>
, SdkBuilder<UpdateRuntimeConfigurationRequest.Builder,UpdateRuntimeConfigurationRequest>
public static interface UpdateRuntimeConfigurationRequest.Builder extends CopyableBuilder<UpdateRuntimeConfigurationRequest.Builder,UpdateRuntimeConfigurationRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateRuntimeConfigurationRequest.Builder |
fleetId(String fleetId) |
Unique identifier for a fleet to update runtime configuration for.
|
UpdateRuntimeConfigurationRequest.Builder |
runtimeConfiguration(RuntimeConfiguration runtimeConfiguration) |
Instructions for launching server processes on each instance in the fleet.
|
copy
apply, build
UpdateRuntimeConfigurationRequest.Builder fleetId(String fleetId)
Unique identifier for a fleet to update runtime configuration for.
fleetId
- Unique identifier for a fleet to update runtime configuration for.UpdateRuntimeConfigurationRequest.Builder runtimeConfiguration(RuntimeConfiguration runtimeConfiguration)
Instructions for launching server processes on each instance in the fleet. The runtime configuration for a fleet has a collection of server process configurations, one for each type of server process to run on an instance. A server process configuration specifies the location of the server executable, launch parameters, and the number of concurrent processes with that configuration to maintain on each instance.
runtimeConfiguration
- Instructions for launching server processes on each instance in the fleet. The runtime configuration
for a fleet has a collection of server process configurations, one for each type of server process to
run on an instance. A server process configuration specifies the location of the server executable,
launch parameters, and the number of concurrent processes with that configuration to maintain on each
instance.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.