public static interface RequestEnvironmentInfoRequest.Builder extends ElasticBeanstalkRequest.Builder, SdkPojo, CopyableBuilder<RequestEnvironmentInfoRequest.Builder,RequestEnvironmentInfoRequest>
| Modifier and Type | Method and Description | 
|---|---|
RequestEnvironmentInfoRequest.Builder | 
environmentId(String environmentId)
 The ID of the environment of the requested data. 
 | 
RequestEnvironmentInfoRequest.Builder | 
environmentName(String environmentName)
 The name of the environment of the requested data. 
 | 
RequestEnvironmentInfoRequest.Builder | 
infoType(EnvironmentInfoType infoType)
 The type of information to request. 
 | 
RequestEnvironmentInfoRequest.Builder | 
infoType(String infoType)
 The type of information to request. 
 | 
RequestEnvironmentInfoRequest.Builder | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
RequestEnvironmentInfoRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
buildoverrideConfigurationcopyapplyMutation, buildRequestEnvironmentInfoRequest.Builder environmentId(String environmentId)
The ID of the environment of the requested data.
 If no such environment is found, RequestEnvironmentInfo returns an
 InvalidParameterValue error.
 
 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 of the requested data.
        
        If no such environment is found, RequestEnvironmentInfo returns an
        InvalidParameterValue error.
        
        Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either,
        AWS Elastic Beanstalk returns MissingRequiredParameter error.
RequestEnvironmentInfoRequest.Builder environmentName(String environmentName)
The name of the environment of the requested data.
 If no such environment is found, RequestEnvironmentInfo returns an
 InvalidParameterValue error.
 
 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 of the requested data.
        
        If no such environment is found, RequestEnvironmentInfo returns an
        InvalidParameterValue error.
        
        Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either,
        AWS Elastic Beanstalk returns MissingRequiredParameter error.
RequestEnvironmentInfoRequest.Builder infoType(String infoType)
The type of information to request.
infoType - The type of information to request.EnvironmentInfoType, 
EnvironmentInfoTypeRequestEnvironmentInfoRequest.Builder infoType(EnvironmentInfoType infoType)
The type of information to request.
infoType - The type of information to request.EnvironmentInfoType, 
EnvironmentInfoTypeRequestEnvironmentInfoRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.RequestEnvironmentInfoRequest.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.