|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.opsworks.model.UpdateInstanceRequest
public class UpdateInstanceRequest
Container for the parameters to the UpdateInstance operation
.
Updates a specified instance.
AWSOpsWorks.updateInstance(UpdateInstanceRequest)
,
Serialized FormConstructor Summary | |
---|---|
UpdateInstanceRequest()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getAutoScalingType()
The instance's auto scaling type, which has three possible values: AlwaysRunning: A 24x7 instance, which is not affected by auto scaling. TimeBasedAutoScaling: A time-based auto scaling instance, which is started and stopped based on a specified schedule. LoadBasedAutoScaling: A load-based auto scaling instance, which is started and stopped based on load metrics. |
java.lang.String |
getHostname()
The instance host name. |
java.lang.String |
getInstanceId()
The instance ID. |
java.lang.String |
getInstanceType()
The instance type, which can be one of the following: m1.small m1.medium m1.large m1.xlarge c1.medium c1.xlarge m2.xlarge m2.2xlarge m2.4xlarge |
java.util.List<java.lang.String> |
getLayerIds()
The instance's layer IDs. |
java.lang.String |
getOs()
The instance operating system. |
java.lang.String |
getSshKeyName()
The instance SSH key name. |
int |
hashCode()
|
void |
setAutoScalingType(AutoScalingType autoScalingType)
The instance's auto scaling type, which has three possible values: AlwaysRunning: A 24x7 instance, which is not affected by auto scaling. TimeBasedAutoScaling: A time-based auto scaling instance, which is started and stopped based on a specified schedule. LoadBasedAutoScaling: A load-based auto scaling instance, which is started and stopped based on load metrics. |
void |
setAutoScalingType(java.lang.String autoScalingType)
The instance's auto scaling type, which has three possible values: AlwaysRunning: A 24x7 instance, which is not affected by auto scaling. TimeBasedAutoScaling: A time-based auto scaling instance, which is started and stopped based on a specified schedule. LoadBasedAutoScaling: A load-based auto scaling instance, which is started and stopped based on load metrics. |
void |
setHostname(java.lang.String hostname)
The instance host name. |
void |
setInstanceId(java.lang.String instanceId)
The instance ID. |
void |
setInstanceType(java.lang.String instanceType)
The instance type, which can be one of the following: m1.small m1.medium m1.large m1.xlarge c1.medium c1.xlarge m2.xlarge m2.2xlarge m2.4xlarge |
void |
setLayerIds(java.util.Collection<java.lang.String> layerIds)
The instance's layer IDs. |
void |
setOs(java.lang.String os)
The instance operating system. |
void |
setSshKeyName(java.lang.String sshKeyName)
The instance SSH key name. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
UpdateInstanceRequest |
withAutoScalingType(AutoScalingType autoScalingType)
The instance's auto scaling type, which has three possible values: AlwaysRunning: A 24x7 instance, which is not affected by auto scaling. TimeBasedAutoScaling: A time-based auto scaling instance, which is started and stopped based on a specified schedule. LoadBasedAutoScaling: A load-based auto scaling instance, which is started and stopped based on load metrics. |
UpdateInstanceRequest |
withAutoScalingType(java.lang.String autoScalingType)
The instance's auto scaling type, which has three possible values: AlwaysRunning: A 24x7 instance, which is not affected by auto scaling. TimeBasedAutoScaling: A time-based auto scaling instance, which is started and stopped based on a specified schedule. LoadBasedAutoScaling: A load-based auto scaling instance, which is started and stopped based on load metrics. |
UpdateInstanceRequest |
withHostname(java.lang.String hostname)
The instance host name. |
UpdateInstanceRequest |
withInstanceId(java.lang.String instanceId)
The instance ID. |
UpdateInstanceRequest |
withInstanceType(java.lang.String instanceType)
The instance type, which can be one of the following: m1.small m1.medium m1.large m1.xlarge c1.medium c1.xlarge m2.xlarge m2.2xlarge m2.4xlarge |
UpdateInstanceRequest |
withLayerIds(java.util.Collection<java.lang.String> layerIds)
The instance's layer IDs. |
UpdateInstanceRequest |
withLayerIds(java.lang.String... layerIds)
The instance's layer IDs. |
UpdateInstanceRequest |
withOs(java.lang.String os)
The instance operating system. |
UpdateInstanceRequest |
withSshKeyName(java.lang.String sshKeyName)
The instance SSH key name. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UpdateInstanceRequest()
Method Detail |
---|
public java.lang.String getInstanceId()
public void setInstanceId(java.lang.String instanceId)
instanceId
- The instance ID.public UpdateInstanceRequest withInstanceId(java.lang.String instanceId)
Returns a reference to this object so that method calls can be chained together.
instanceId
- The instance ID.
public java.util.List<java.lang.String> getLayerIds()
public void setLayerIds(java.util.Collection<java.lang.String> layerIds)
layerIds
- The instance's layer IDs.public UpdateInstanceRequest withLayerIds(java.lang.String... layerIds)
Returns a reference to this object so that method calls can be chained together.
layerIds
- The instance's layer IDs.
public UpdateInstanceRequest withLayerIds(java.util.Collection<java.lang.String> layerIds)
Returns a reference to this object so that method calls can be chained together.
layerIds
- The instance's layer IDs.
public java.lang.String getInstanceType()
public void setInstanceType(java.lang.String instanceType)
instanceType
- The instance type, which can be one of the following: public UpdateInstanceRequest withInstanceType(java.lang.String instanceType)
Returns a reference to this object so that method calls can be chained together.
instanceType
- The instance type, which can be one of the following: public java.lang.String getAutoScalingType()
Constraints:
Allowed Values: AlwaysRunning, TimeBasedAutoScaling, LoadBasedAutoScaling
AutoScalingType
public void setAutoScalingType(java.lang.String autoScalingType)
Constraints:
Allowed Values: AlwaysRunning, TimeBasedAutoScaling, LoadBasedAutoScaling
autoScalingType
- The instance's auto scaling type, which has three possible values:
AutoScalingType
public UpdateInstanceRequest withAutoScalingType(java.lang.String autoScalingType)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: AlwaysRunning, TimeBasedAutoScaling, LoadBasedAutoScaling
autoScalingType
- The instance's auto scaling type, which has three possible values:
AutoScalingType
public void setAutoScalingType(AutoScalingType autoScalingType)
Constraints:
Allowed Values: AlwaysRunning, TimeBasedAutoScaling, LoadBasedAutoScaling
autoScalingType
- The instance's auto scaling type, which has three possible values:
AutoScalingType
public UpdateInstanceRequest withAutoScalingType(AutoScalingType autoScalingType)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: AlwaysRunning, TimeBasedAutoScaling, LoadBasedAutoScaling
autoScalingType
- The instance's auto scaling type, which has three possible values:
AutoScalingType
public java.lang.String getHostname()
public void setHostname(java.lang.String hostname)
hostname
- The instance host name.public UpdateInstanceRequest withHostname(java.lang.String hostname)
Returns a reference to this object so that method calls can be chained together.
hostname
- The instance host name.
public java.lang.String getOs()
public void setOs(java.lang.String os)
os
- The instance operating system.public UpdateInstanceRequest withOs(java.lang.String os)
Returns a reference to this object so that method calls can be chained together.
os
- The instance operating system.
public java.lang.String getSshKeyName()
public void setSshKeyName(java.lang.String sshKeyName)
sshKeyName
- The instance SSH key name.public UpdateInstanceRequest withSshKeyName(java.lang.String sshKeyName)
Returns a reference to this object so that method calls can be chained together.
sshKeyName
- The instance SSH key name.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |