Interface DescribeEnvironmentHealthRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeEnvironmentHealthRequest.Builder,
,DescribeEnvironmentHealthRequest> ElasticBeanstalkRequest.Builder
,SdkBuilder<DescribeEnvironmentHealthRequest.Builder,
,DescribeEnvironmentHealthRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeEnvironmentHealthRequest
-
Method Summary
Modifier and TypeMethodDescriptionattributeNames
(Collection<EnvironmentHealthAttribute> attributeNames) Specify the response elements to return.attributeNames
(EnvironmentHealthAttribute... attributeNames) Specify the response elements to return.attributeNamesWithStrings
(String... attributeNames) Specify the response elements to return.attributeNamesWithStrings
(Collection<String> attributeNames) Specify the response elements to return.environmentId
(String environmentId) Specify the environment by ID.environmentName
(String environmentName) Specify the environment by name.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.elasticbeanstalk.model.ElasticBeanstalkRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
environmentName
Specify the environment by name.
You must specify either this or an EnvironmentName, or both.
- Parameters:
environmentName
- Specify the environment by name.You must specify either this or an EnvironmentName, or both.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentId
Specify the environment by ID.
You must specify either this or an EnvironmentName, or both.
- Parameters:
environmentId
- Specify the environment by ID.You must specify either this or an EnvironmentName, or both.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeNamesWithStrings
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.- Parameters:
attributeNames
- Specify the response elements to return. To retrieve all attributes, set toAll
. If no attribute names are specified, returns the name of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeNamesWithStrings
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.- Parameters:
attributeNames
- Specify the response elements to return. To retrieve all attributes, set toAll
. If no attribute names are specified, returns the name of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeNames
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.- Parameters:
attributeNames
- Specify the response elements to return. To retrieve all attributes, set toAll
. If no attribute names are specified, returns the name of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeNames
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.- Parameters:
attributeNames
- Specify the response elements to return. To retrieve all attributes, set toAll
. If no attribute names are specified, returns the name of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeEnvironmentHealthRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeEnvironmentHealthRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-