Interface FilterCriterion.Builder

    • Method Detail

      • criterionKey

        FilterCriterion.Builder criterionKey​(String criterionKey)

        An enum value representing possible scan properties to match with given scan entries.

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

        Parameters:
        criterionKey - An enum value representing possible scan properties to match with given scan entries.

        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:
        CriterionKey, CriterionKey
      • criterionKey

        FilterCriterion.Builder criterionKey​(CriterionKey criterionKey)

        An enum value representing possible scan properties to match with given scan entries.

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

        Parameters:
        criterionKey - An enum value representing possible scan properties to match with given scan entries.

        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:
        CriterionKey, CriterionKey
      • filterCondition

        FilterCriterion.Builder filterCondition​(FilterCondition filterCondition)

        Contains information about the condition.

        Parameters:
        filterCondition - Contains information about the condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.