public static interface DescribeInstancesHealthRequest.Builder extends ElasticBeanstalkRequest.Builder, CopyableBuilder<DescribeInstancesHealthRequest.Builder,DescribeInstancesHealthRequest>
Modifier and Type | Method and Description |
---|---|
DescribeInstancesHealthRequest.Builder |
attributeNames(Collection<InstancesHealthAttribute> attributeNames)
Specifies the response elements you wish to receive.
|
DescribeInstancesHealthRequest.Builder |
attributeNames(InstancesHealthAttribute... attributeNames)
Specifies the response elements you wish to receive.
|
DescribeInstancesHealthRequest.Builder |
attributeNamesWithStrings(Collection<String> attributeNames)
Specifies the response elements you wish to receive.
|
DescribeInstancesHealthRequest.Builder |
attributeNamesWithStrings(String... attributeNames)
Specifies the response elements you wish to receive.
|
DescribeInstancesHealthRequest.Builder |
environmentId(String environmentId)
Specify the AWS Elastic Beanstalk environment by ID.
|
DescribeInstancesHealthRequest.Builder |
environmentName(String environmentName)
Specify the AWS Elastic Beanstalk environment by name.
|
DescribeInstancesHealthRequest.Builder |
nextToken(String nextToken)
Specify the pagination token returned by a previous call.
|
DescribeInstancesHealthRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeInstancesHealthRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeInstancesHealthRequest.Builder environmentName(String environmentName)
Specify the AWS Elastic Beanstalk environment by name.
environmentName
- Specify the AWS Elastic Beanstalk environment by name.DescribeInstancesHealthRequest.Builder environmentId(String environmentId)
Specify the AWS Elastic Beanstalk environment by ID.
environmentId
- Specify the AWS Elastic Beanstalk environment by ID.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.
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.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.
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.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.
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.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.
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.DescribeInstancesHealthRequest.Builder nextToken(String nextToken)
Specify the pagination token returned by a previous call.
nextToken
- Specify the pagination token returned by a previous call.DescribeInstancesHealthRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeInstancesHealthRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.