public static interface DescribeEnvironmentHealthRequest.Builder extends ElasticBeanstalkRequest.Builder, SdkPojo, CopyableBuilder<DescribeEnvironmentHealthRequest.Builder,DescribeEnvironmentHealthRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderDescribeEnvironmentHealthRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.