Interface DescribeEnvironmentHealthRequest.Builder

  • Method Details

    • 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

      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

      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.
    • overrideConfiguration

      DescribeEnvironmentHealthRequest.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.