|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elasticbeanstalk.model.RebuildEnvironmentRequest
public class RebuildEnvironmentRequest
Container for the parameters to the RebuildEnvironment operation
.
Deletes and recreates all of the AWS resources (for example: the Auto Scaling group, load balancer, etc.) for a specified environment and forces a restart.
AWSElasticBeanstalk.rebuildEnvironment(RebuildEnvironmentRequest)
Constructor Summary | |
---|---|
RebuildEnvironmentRequest()
Default constructor for a new RebuildEnvironmentRequest object. |
Method Summary | |
---|---|
java.lang.String |
getEnvironmentId()
The ID of the environment to rebuild. |
java.lang.String |
getEnvironmentName()
The name of the environment to rebuild. |
void |
setEnvironmentId(java.lang.String environmentId)
The ID of the environment to rebuild. |
void |
setEnvironmentName(java.lang.String environmentName)
The name of the environment to rebuild. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
RebuildEnvironmentRequest |
withEnvironmentId(java.lang.String environmentId)
The ID of the environment to rebuild. |
RebuildEnvironmentRequest |
withEnvironmentName(java.lang.String environmentName)
The name of the environment to rebuild. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RebuildEnvironmentRequest()
Method Detail |
---|
public java.lang.String getEnvironmentId()
public void setEnvironmentId(java.lang.String environmentId)
environmentId
- The ID of the environment to rebuild.public RebuildEnvironmentRequest withEnvironmentId(java.lang.String environmentId)
Returns a reference to this object so that method calls can be chained together.
environmentId
- The ID of the environment to rebuild.
public java.lang.String getEnvironmentName()
Constraints:
Length: 4 - 23
public void setEnvironmentName(java.lang.String environmentName)
Constraints:
Length: 4 - 23
environmentName
- The name of the environment to rebuild.public RebuildEnvironmentRequest withEnvironmentName(java.lang.String environmentName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 4 - 23
environmentName
- The name of the environment to rebuild.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |