public static interface DescribeEnvironmentHealthRequest.Builder extends ElasticBeanstalkRequest.Builder, CopyableBuilder<DescribeEnvironmentHealthRequest.Builder,DescribeEnvironmentHealthRequest>
buildoverrideConfigurationcopyapplyMutation, buildDescribeEnvironmentHealthRequest.Builder environmentName(String environmentName)
Specify the environment by name.
You must specify either this or an EnvironmentName, or both.
environmentName - Specify the environment by name.
        You must specify either this or an EnvironmentName, or both.
DescribeEnvironmentHealthRequest.Builder environmentId(String environmentId)
Specify the environment by ID.
You must specify either this or an EnvironmentName, or both.
environmentId - Specify the environment by ID.
        You must specify either this or an EnvironmentName, or both.
DescribeEnvironmentHealthRequest.Builder attributeNamesWithStrings(Collection<String> attributeNames)
 Specify the response elements to return. To retrieve all attributes, set to All. If no attribute
 names are specified, returns the name of the environment.
 
attributeNames - Specify the response elements to return. To retrieve all attributes, set to All. If no
        attribute names are specified, returns the name of the environment.DescribeEnvironmentHealthRequest.Builder attributeNamesWithStrings(String... attributeNames)
 Specify the response elements to return. To retrieve all attributes, set to All. If no attribute
 names are specified, returns the name of the environment.
 
attributeNames - Specify the response elements to return. To retrieve all attributes, set to All. If no
        attribute names are specified, returns the name of the environment.DescribeEnvironmentHealthRequest.Builder attributeNames(Collection<EnvironmentHealthAttribute> attributeNames)
 Specify the response elements to return. To retrieve all attributes, set to All. If no attribute
 names are specified, returns the name of the environment.
 
attributeNames - Specify the response elements to return. To retrieve all attributes, set to All. If no
        attribute names are specified, returns the name of the environment.DescribeEnvironmentHealthRequest.Builder attributeNames(EnvironmentHealthAttribute... attributeNames)
 Specify the response elements to return. To retrieve all attributes, set to All. If no attribute
 names are specified, returns the name of the environment.
 
attributeNames - Specify the response elements to return. To retrieve all attributes, set to All. If no
        attribute names are specified, returns the name of the environment.DescribeEnvironmentHealthRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeEnvironmentHealthRequest.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.