AWS SDK for .NET Documentation
RebuildEnvironmentRequest Class
AmazonAmazon.ElasticBeanstalk.ModelRebuildEnvironmentRequest Did this page help you?   Yes   No    Tell us about it...
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.

Declaration Syntax
C#
public class RebuildEnvironmentRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
RebuildEnvironmentRequest()()()()
Initializes a new instance of the RebuildEnvironmentRequest class

EnvironmentId
The ID of the environment to rebuild. Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

EnvironmentName
The name of the environment to rebuild. Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

Constraints:

Length
4 - 23


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithEnvironmentId(String)
Sets the EnvironmentId property

WithEnvironmentName(String)
Sets the EnvironmentName property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 RebuildEnvironmentRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.20.0 (1.5.20.0)