CopyableBuilder<RebuildEnvironmentRequest.Builder,RebuildEnvironmentRequest>
, SdkBuilder<RebuildEnvironmentRequest.Builder,RebuildEnvironmentRequest>
public static interface RebuildEnvironmentRequest.Builder extends CopyableBuilder<RebuildEnvironmentRequest.Builder,RebuildEnvironmentRequest>
Modifier and Type | Method | Description |
---|---|---|
RebuildEnvironmentRequest.Builder |
environmentId(String environmentId) |
The ID of the environment to rebuild.
|
RebuildEnvironmentRequest.Builder |
environmentName(String environmentName) |
The name of the environment to rebuild.
|
copy
apply, build
RebuildEnvironmentRequest.Builder environmentId(String 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.
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.
RebuildEnvironmentRequest.Builder environmentName(String 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.
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.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.