Interface DescribeEnvironmentHealthRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeEnvironmentHealthRequest.Builder,DescribeEnvironmentHealthRequest>,ElasticBeanstalkRequest.Builder,SdkBuilder<DescribeEnvironmentHealthRequest.Builder,DescribeEnvironmentHealthRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeEnvironmentHealthRequest
public static interface DescribeEnvironmentHealthRequest.Builder extends ElasticBeanstalkRequest.Builder, SdkPojo, CopyableBuilder<DescribeEnvironmentHealthRequest.Builder,DescribeEnvironmentHealthRequest>
-
-
Method Summary
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
environmentName
DescribeEnvironmentHealthRequest.Builder environmentName(String 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
DescribeEnvironmentHealthRequest.Builder environmentId(String 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
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.- 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeEnvironmentHealthRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-