public static interface RebuildEnvironmentRequest.Builder extends ElasticBeanstalkRequest.Builder, CopyableBuilder<RebuildEnvironmentRequest.Builder,RebuildEnvironmentRequest>
| Modifier and Type | Method and 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. 
 | 
RebuildEnvironmentRequest.Builder | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
RebuildEnvironmentRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
buildoverrideConfigurationcopyapplyMutation, buildRebuildEnvironmentRequest.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.
RebuildEnvironmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.RebuildEnvironmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.