Interface Filter.Builder

    • Method Detail

      • action

        Filter.Builder action​(String action)

        The action that is to be applied to the findings that match the filter.

        Parameters:
        action - The action that is to be applied to the findings that match the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FilterAction, FilterAction
      • action

        Filter.Builder action​(FilterAction action)

        The action that is to be applied to the findings that match the filter.

        Parameters:
        action - The action that is to be applied to the findings that match the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FilterAction, FilterAction
      • arn

        Filter.Builder arn​(String arn)

        The Amazon Resource Number (ARN) associated with this filter.

        Parameters:
        arn - The Amazon Resource Number (ARN) associated with this filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        Filter.Builder createdAt​(Instant createdAt)

        The date and time this filter was created at.

        Parameters:
        createdAt - The date and time this filter was created at.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • criteria

        Filter.Builder criteria​(FilterCriteria criteria)

        Details on the filter criteria associated with this filter.

        Parameters:
        criteria - Details on the filter criteria associated with this filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        Filter.Builder description​(String description)

        A description of the filter.

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

        Filter.Builder name​(String name)

        The name of the filter.

        Parameters:
        name - The name of the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ownerId

        Filter.Builder ownerId​(String ownerId)

        The Amazon Web Services account ID of the account that created the filter.

        Parameters:
        ownerId - The Amazon Web Services account ID of the account that created the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reason

        Filter.Builder reason​(String reason)

        The reason for the filter.

        Parameters:
        reason - The reason for the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        Filter.Builder tags​(Map<String,​String> tags)

        The tags attached to the filter.

        Parameters:
        tags - The tags attached to the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        Filter.Builder updatedAt​(Instant updatedAt)

        The date and time the filter was last updated at.

        Parameters:
        updatedAt - The date and time the filter was last updated at.
        Returns:
        Returns a reference to this object so that method calls can be chained together.