public static interface DescribeInstancesHealthRequest.Builder extends ElasticBeanstalkRequest.Builder, SdkPojo, CopyableBuilder<DescribeInstancesHealthRequest.Builder,DescribeInstancesHealthRequest>
buildoverrideConfigurationcopyapplyMutation, 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 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)
overrideConfiguration in interface AwsRequest.BuilderDescribeInstancesHealthRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.