public static interface DescribeInstancesHealthRequest.Builder extends ElasticBeanstalkRequest.Builder, CopyableBuilder<DescribeInstancesHealthRequest.Builder,DescribeInstancesHealthRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeInstancesHealthRequest.Builder |
attributeNames(Collection<String> attributeNames)
Specifies the response elements you wish to receive.
|
DescribeInstancesHealthRequest.Builder |
attributeNames(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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeInstancesHealthRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildDescribeInstancesHealthRequest.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 attributeNames(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 attributeNames(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 nextToken(String nextToken)
Specify the pagination token returned by a previous call.
nextToken - Specify the pagination token returned by a previous call.DescribeInstancesHealthRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeInstancesHealthRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.