public static interface DescribeEnvironmentHealthRequest.Builder extends ElasticBeanstalkRequest.Builder, CopyableBuilder<DescribeEnvironmentHealthRequest.Builder,DescribeEnvironmentHealthRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeEnvironmentHealthRequest.Builder |
attributeNames(Collection<String> attributeNames)
Specify the response elements to return.
|
DescribeEnvironmentHealthRequest.Builder |
attributeNames(String... attributeNames)
Specify the response elements to return.
|
DescribeEnvironmentHealthRequest.Builder |
environmentId(String environmentId)
Specify the environment by ID.
|
DescribeEnvironmentHealthRequest.Builder |
environmentName(String environmentName)
Specify the environment by name.
|
DescribeEnvironmentHealthRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeEnvironmentHealthRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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 attributeNames(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 attributeNames(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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeEnvironmentHealthRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.