Interface DescribeInstancesHealthRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeInstancesHealthRequest.Builder,
,DescribeInstancesHealthRequest> ElasticBeanstalkRequest.Builder
,SdkBuilder<DescribeInstancesHealthRequest.Builder,
,DescribeInstancesHealthRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeInstancesHealthRequest
-
Method Summary
Modifier and TypeMethodDescriptionattributeNames
(Collection<InstancesHealthAttribute> attributeNames) Specifies the response elements you wish to receive.attributeNames
(InstancesHealthAttribute... attributeNames) Specifies the response elements you wish to receive.attributeNamesWithStrings
(String... attributeNames) Specifies the response elements you wish to receive.attributeNamesWithStrings
(Collection<String> attributeNames) Specifies the response elements you wish to receive.environmentId
(String environmentId) Specify the AWS Elastic Beanstalk environment by ID.environmentName
(String environmentName) Specify the AWS Elastic Beanstalk environment by name.Specify the pagination token returned by a previous call.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 AWS Elastic Beanstalk environment by name.
- Parameters:
environmentName
- Specify the AWS Elastic Beanstalk environment by name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentId
Specify the AWS Elastic Beanstalk environment by ID.
- Parameters:
environmentId
- Specify the AWS Elastic Beanstalk environment by ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeNamesWithStrings
Specifies the response elements you wish to receive. To retrieve all attributes, set to
All
. If no attribute names are specified, returns a list of instances.- Parameters:
attributeNames
- Specifies the response elements you wish to receive. To retrieve all attributes, set toAll
. If no attribute names are specified, returns a list of instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeNamesWithStrings
Specifies the response elements you wish to receive. To retrieve all attributes, set to
All
. If no attribute names are specified, returns a list of instances.- Parameters:
attributeNames
- Specifies the response elements you wish to receive. To retrieve all attributes, set toAll
. If no attribute names are specified, returns a list of instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeNames
DescribeInstancesHealthRequest.Builder attributeNames(Collection<InstancesHealthAttribute> attributeNames) Specifies the response elements you wish to receive. To retrieve all attributes, set to
All
. If no attribute names are specified, returns a list of instances.- Parameters:
attributeNames
- Specifies the response elements you wish to receive. To retrieve all attributes, set toAll
. If no attribute names are specified, returns a list of instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeNames
Specifies the response elements you wish to receive. To retrieve all attributes, set to
All
. If no attribute names are specified, returns a list of instances.- Parameters:
attributeNames
- Specifies the response elements you wish to receive. To retrieve all attributes, set toAll
. If no attribute names are specified, returns a list of instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
Specify the pagination token returned by a previous call.
- Parameters:
nextToken
- Specify the pagination token returned by a previous call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeInstancesHealthRequest.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
DescribeInstancesHealthRequest.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.
-