@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRuntimeConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input for a request action.
NOOP
Constructor and Description |
---|
UpdateRuntimeConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateRuntimeConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFleetId()
Unique identifier for a fleet to update run-time configuration for.
|
RuntimeConfiguration |
getRuntimeConfiguration()
Instructions for launching server processes on each instance in the fleet.
|
int |
hashCode() |
void |
setFleetId(String fleetId)
Unique identifier for a fleet to update run-time configuration for.
|
void |
setRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
Instructions for launching server processes on each instance in the fleet.
|
String |
toString()
Returns a string representation of this object.
|
UpdateRuntimeConfigurationRequest |
withFleetId(String fleetId)
Unique identifier for a fleet to update run-time configuration for.
|
UpdateRuntimeConfigurationRequest |
withRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
Instructions for launching server processes on each instance in the fleet.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setFleetId(String fleetId)
Unique identifier for a fleet to update run-time configuration for.
fleetId
- Unique identifier for a fleet to update run-time configuration for.public String getFleetId()
Unique identifier for a fleet to update run-time configuration for.
public UpdateRuntimeConfigurationRequest withFleetId(String fleetId)
Unique identifier for a fleet to update run-time configuration for.
fleetId
- Unique identifier for a fleet to update run-time configuration for.public void setRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
Instructions for launching server processes on each instance in the fleet. Server processes run either a custom game build executable or a Realtime Servers script. The run-time configuration lists the types of server processes to run on an instance and includes the following configuration settings: the server executable or launch script file, launch parameters, and the number of processes to run concurrently on each instance. A CreateFleet request must include a run-time configuration with at least one server process configuration.
runtimeConfiguration
- Instructions for launching server processes on each instance in the fleet. Server processes run either a
custom game build executable or a Realtime Servers script. The run-time configuration lists the types of
server processes to run on an instance and includes the following configuration settings: the server
executable or launch script file, launch parameters, and the number of processes to run concurrently on
each instance. A CreateFleet request must include a run-time configuration with at least one server
process configuration.public RuntimeConfiguration getRuntimeConfiguration()
Instructions for launching server processes on each instance in the fleet. Server processes run either a custom game build executable or a Realtime Servers script. The run-time configuration lists the types of server processes to run on an instance and includes the following configuration settings: the server executable or launch script file, launch parameters, and the number of processes to run concurrently on each instance. A CreateFleet request must include a run-time configuration with at least one server process configuration.
public UpdateRuntimeConfigurationRequest withRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
Instructions for launching server processes on each instance in the fleet. Server processes run either a custom game build executable or a Realtime Servers script. The run-time configuration lists the types of server processes to run on an instance and includes the following configuration settings: the server executable or launch script file, launch parameters, and the number of processes to run concurrently on each instance. A CreateFleet request must include a run-time configuration with at least one server process configuration.
runtimeConfiguration
- Instructions for launching server processes on each instance in the fleet. Server processes run either a
custom game build executable or a Realtime Servers script. The run-time configuration lists the types of
server processes to run on an instance and includes the following configuration settings: the server
executable or launch script file, launch parameters, and the number of processes to run concurrently on
each instance. A CreateFleet request must include a run-time configuration with at least one server
process configuration.public String toString()
toString
in class Object
Object.toString()
public UpdateRuntimeConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.