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 request.
|
boolean |
equals(Object obj) |
String |
getFleetId()
Unique identifier of the fleet to update runtime configuration for.
|
RuntimeConfiguration |
getRuntimeConfiguration()
Instructions for launching server processes on each instance in the
fleet.
|
int |
hashCode() |
void |
setFleetId(String fleetId)
Unique identifier of the fleet to update runtime 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; useful for testing and
debugging.
|
UpdateRuntimeConfigurationRequest |
withFleetId(String fleetId)
Unique identifier of the fleet to update runtime configuration for.
|
UpdateRuntimeConfigurationRequest |
withRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
Instructions for launching server processes on each instance in the
fleet.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setFleetId(String fleetId)
Unique identifier of the fleet to update runtime configuration for.
fleetId - Unique identifier of the fleet to update runtime configuration
for.public String getFleetId()
Unique identifier of the fleet to update runtime configuration for.
public UpdateRuntimeConfigurationRequest withFleetId(String fleetId)
Unique identifier of the fleet to update runtime configuration for.
fleetId - Unique identifier of the fleet to update runtime configuration
for.public void setRuntimeConfiguration(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.public RuntimeConfiguration getRuntimeConfiguration()
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.
public UpdateRuntimeConfigurationRequest withRuntimeConfiguration(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.public String toString()
toString in class ObjectObject.toString()public UpdateRuntimeConfigurationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.