Interface DescribeInstancesHealthRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<DescribeInstancesHealthRequest.Builder,DescribeInstancesHealthRequest>, ElasticBeanstalkRequest.Builder, SdkBuilder<DescribeInstancesHealthRequest.Builder,DescribeInstancesHealthRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
DescribeInstancesHealthRequest

  • Method Details

    • 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 to All. 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 to All. 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

      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 to All. 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

      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 to All. 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

      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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.