Interface DescribeInstancesHealthRequest.Builder

    • Method Detail

      • 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

        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.

        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

        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.

        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

        DescribeInstancesHealthRequest.Builder nextToken​(String 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.