CopyableBuilder<RestartAppServerRequest.Builder,RestartAppServerRequest>, SdkBuilder<RestartAppServerRequest.Builder,RestartAppServerRequest>public static interface RestartAppServerRequest.Builder extends CopyableBuilder<RestartAppServerRequest.Builder,RestartAppServerRequest>
| Modifier and Type | Method | Description |
|---|---|---|
RestartAppServerRequest.Builder |
environmentId(String environmentId) |
The ID of the environment to restart the server for.
|
RestartAppServerRequest.Builder |
environmentName(String environmentName) |
The name of the environment to restart the server for.
|
copyapply, buildRestartAppServerRequest.Builder environmentId(String environmentId)
The ID of the environment to restart the server for.
Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS
Elastic Beanstalk returns MissingRequiredParameter error.
environmentId - The ID of the environment to restart the server for.
Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either,
AWS Elastic Beanstalk returns MissingRequiredParameter error.
RestartAppServerRequest.Builder environmentName(String environmentName)
The name of the environment to restart the server for.
Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS
Elastic Beanstalk returns MissingRequiredParameter error.
environmentName - The name of the environment to restart the server for.
Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either,
AWS Elastic Beanstalk returns MissingRequiredParameter error.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.