Interface DescribeEnvironmentHealthRequest.Builder

    • Method Detail

      • environmentName

        DescribeEnvironmentHealthRequest.Builder environmentName​(String environmentName)

        Specify the environment by name.

        You must specify either this or an EnvironmentName, or both.

        Parameters:
        environmentName - Specify the environment by name.

        You must specify either this or an EnvironmentName, or both.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environmentId

        DescribeEnvironmentHealthRequest.Builder environmentId​(String environmentId)

        Specify the environment by ID.

        You must specify either this or an EnvironmentName, or both.

        Parameters:
        environmentId - Specify the environment by ID.

        You must specify either this or an EnvironmentName, or both.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributeNamesWithStrings

        DescribeEnvironmentHealthRequest.Builder attributeNamesWithStrings​(Collection<String> attributeNames)

        Specify the response elements to return. To retrieve all attributes, set to All. If no attribute names are specified, returns the name of the environment.

        Parameters:
        attributeNames - Specify the response elements to return. To retrieve all attributes, set to All. If no attribute names are specified, returns the name of the environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributeNamesWithStrings

        DescribeEnvironmentHealthRequest.Builder attributeNamesWithStrings​(String... attributeNames)

        Specify the response elements to return. To retrieve all attributes, set to All. If no attribute names are specified, returns the name of the environment.

        Parameters:
        attributeNames - Specify the response elements to return. To retrieve all attributes, set to All. If no attribute names are specified, returns the name of the environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributeNames

        DescribeEnvironmentHealthRequest.Builder attributeNames​(Collection<EnvironmentHealthAttribute> attributeNames)

        Specify the response elements to return. To retrieve all attributes, set to All. If no attribute names are specified, returns the name of the environment.

        Parameters:
        attributeNames - Specify the response elements to return. To retrieve all attributes, set to All. If no attribute names are specified, returns the name of the environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributeNames

        DescribeEnvironmentHealthRequest.Builder attributeNames​(EnvironmentHealthAttribute... attributeNames)

        Specify the response elements to return. To retrieve all attributes, set to All. If no attribute names are specified, returns the name of the environment.

        Parameters:
        attributeNames - Specify the response elements to return. To retrieve all attributes, set to All. If no attribute names are specified, returns the name of the environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.