CopyableBuilder<DescribeInstancesHealthRequest.Builder,DescribeInstancesHealthRequest>, SdkBuilder<DescribeInstancesHealthRequest.Builder,DescribeInstancesHealthRequest>public static interface DescribeInstancesHealthRequest.Builder extends CopyableBuilder<DescribeInstancesHealthRequest.Builder,DescribeInstancesHealthRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeInstancesHealthRequest.Builder |
attributeNames(String... attributeNames) |
Specifies the response elements you wish to receive.
|
DescribeInstancesHealthRequest.Builder |
attributeNames(Collection<String> attributeNames) |
Specifies the response elements you wish to receive.
|
DescribeInstancesHealthRequest.Builder |
attributeNames(InstancesHealthAttribute... 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.
|
copyapply, 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.InstancesHealthAttributeDescribeInstancesHealthRequest.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.
NOTE: This method appends the values to the existing list (if any). Use
#setAttributeNames(java.util.Collection) or #withAttributeNames(java.util.Collection) if you
want to override the existing values.
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.InstancesHealthAttributeDescribeInstancesHealthRequest.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.
NOTE: This method appends the values to the existing list (if any). Use
#setAttributeNames(java.util.Collection) or #withAttributeNames(java.util.Collection) if you
want to override the existing values.
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.InstancesHealthAttributeDescribeInstancesHealthRequest.Builder nextToken(String nextToken)
Specify the pagination token returned by a previous call.
nextToken - Specify the pagination token returned by a previous call.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.