Interface GetFindingsFilterResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetFindingsFilterResponse.Builder,GetFindingsFilterResponse>, Macie2Response.Builder, SdkBuilder<GetFindingsFilterResponse.Builder,GetFindingsFilterResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetFindingsFilterResponse

public static interface GetFindingsFilterResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<GetFindingsFilterResponse.Builder,GetFindingsFilterResponse>
  • Method Details

    • action

      The action that's performed on findings that match the filter criteria (findingCriteria). Possible values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.

      Parameters:
      action - The action that's performed on findings that match the filter criteria (findingCriteria). Possible values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • action

      The action that's performed on findings that match the filter criteria (findingCriteria). Possible values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.

      Parameters:
      action - The action that's performed on findings that match the filter criteria (findingCriteria). Possible values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • arn

      The Amazon Resource Name (ARN) of the filter.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the filter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      GetFindingsFilterResponse.Builder description(String description)

      The custom description of the filter.

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

      GetFindingsFilterResponse.Builder findingCriteria(FindingCriteria findingCriteria)

      The criteria that's used to filter findings.

      Parameters:
      findingCriteria - The criteria that's used to filter findings.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • findingCriteria

      default GetFindingsFilterResponse.Builder findingCriteria(Consumer<FindingCriteria.Builder> findingCriteria)

      The criteria that's used to filter findings.

      This is a convenience method that creates an instance of the FindingCriteria.Builder avoiding the need to create one manually via FindingCriteria.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to findingCriteria(FindingCriteria).

      Parameters:
      findingCriteria - a consumer that will call methods on FindingCriteria.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • id

      The unique identifier for the filter.

      Parameters:
      id - The unique identifier for the filter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The custom name of the filter.

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

      The position of the filter in the list of saved filters on the Amazon Macie console. This value also determines the order in which the filter is applied to findings, relative to other filters that are also applied to the findings.

      Parameters:
      position - The position of the filter in the list of saved filters on the Amazon Macie console. This value also determines the order in which the filter is applied to findings, relative to other filters that are also applied to the findings.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A map of key-value pairs that specifies which tags (keys and values) are associated with the filter.

      Parameters:
      tags - A map of key-value pairs that specifies which tags (keys and values) are associated with the filter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.