Interface CoverageSortCriteria.Builder

    • Method Detail

      • attributeName

        CoverageSortCriteria.Builder attributeName​(String attributeName)

        Represents the field name used to sort the coverage details.

        Replace the enum value CLUSTER_NAME with EKS_CLUSTER_NAME. CLUSTER_NAME has been deprecated.

        Parameters:
        attributeName - Represents the field name used to sort the coverage details.

        Replace the enum value CLUSTER_NAME with EKS_CLUSTER_NAME. CLUSTER_NAME has been deprecated.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CoverageSortKey, CoverageSortKey
      • attributeName

        CoverageSortCriteria.Builder attributeName​(CoverageSortKey attributeName)

        Represents the field name used to sort the coverage details.

        Replace the enum value CLUSTER_NAME with EKS_CLUSTER_NAME. CLUSTER_NAME has been deprecated.

        Parameters:
        attributeName - Represents the field name used to sort the coverage details.

        Replace the enum value CLUSTER_NAME with EKS_CLUSTER_NAME. CLUSTER_NAME has been deprecated.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CoverageSortKey, CoverageSortKey
      • orderBy

        CoverageSortCriteria.Builder orderBy​(String orderBy)

        The order in which the sorted findings are to be displayed.

        Parameters:
        orderBy - The order in which the sorted findings are to be displayed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OrderBy, OrderBy
      • orderBy

        CoverageSortCriteria.Builder orderBy​(OrderBy orderBy)

        The order in which the sorted findings are to be displayed.

        Parameters:
        orderBy - The order in which the sorted findings are to be displayed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OrderBy, OrderBy