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