Interface ClusterIssue.Builder

    • Method Detail

      • message

        ClusterIssue.Builder message​(String message)

        A description of the issue.

        Parameters:
        message - A description of the issue.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceIds

        ClusterIssue.Builder resourceIds​(Collection<String> resourceIds)

        The resource IDs that the issue relates to.

        Parameters:
        resourceIds - The resource IDs that the issue relates to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceIds

        ClusterIssue.Builder resourceIds​(String... resourceIds)

        The resource IDs that the issue relates to.

        Parameters:
        resourceIds - The resource IDs that the issue relates to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.