Interface IdleSummary.Builder

    • Method Detail

      • name

        IdleSummary.Builder name​(String name)

        The name of the finding group for the idle resources.

        Parameters:
        name - The name of the finding group for the idle resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IdleFinding, IdleFinding
      • name

        IdleSummary.Builder name​(IdleFinding name)

        The name of the finding group for the idle resources.

        Parameters:
        name - The name of the finding group for the idle resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IdleFinding, IdleFinding
      • value

        IdleSummary.Builder value​(Double value)

        The count of idle resources in the finding group.

        Parameters:
        value - The count of idle resources in the finding group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.