Interface UpdateFindingsFilterRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<UpdateFindingsFilterRequest.Builder,UpdateFindingsFilterRequest>, Macie2Request.Builder, SdkBuilder<UpdateFindingsFilterRequest.Builder,UpdateFindingsFilterRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
UpdateFindingsFilterRequest

public static interface UpdateFindingsFilterRequest.Builder extends Macie2Request.Builder, SdkPojo, CopyableBuilder<UpdateFindingsFilterRequest.Builder,UpdateFindingsFilterRequest>
  • Method Details

    • action

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

      Parameters:
      action - The action to perform on findings that match the filter criteria (findingCriteria). Valid 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 to perform on findings that match the filter criteria (findingCriteria). Valid values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.

      Parameters:
      action - The action to perform on findings that match the filter criteria (findingCriteria). Valid 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:
    • clientToken

      UpdateFindingsFilterRequest.Builder clientToken(String clientToken)

      A unique, case-sensitive token that you provide to ensure the idempotency of the request.

      Parameters:
      clientToken - A unique, case-sensitive token that you provide to ensure the idempotency of the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      UpdateFindingsFilterRequest.Builder description(String description)

      A custom description of the filter. The description can contain as many as 512 characters.

      We strongly recommend that you avoid including any sensitive data in the description of a filter. Other users of your account might be able to see this description, depending on the actions that they're allowed to perform in Amazon Macie.

      Parameters:
      description - A custom description of the filter. The description can contain as many as 512 characters.

      We strongly recommend that you avoid including any sensitive data in the description of a filter. Other users of your account might be able to see this description, depending on the actions that they're allowed to perform in Amazon Macie.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • findingCriteria

      UpdateFindingsFilterRequest.Builder findingCriteria(FindingCriteria findingCriteria)

      The criteria to use to filter findings.

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

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

      The criteria to use 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 Amazon Macie resource that the request applies to.

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

      A custom name for the filter. The name must contain at least 3 characters and can contain as many as 64 characters.

      We strongly recommend that you avoid including any sensitive data in the name of a filter. Other users of your account might be able to see this name, depending on the actions that they're allowed to perform in Amazon Macie.

      Parameters:
      name - A custom name for the filter. The name must contain at least 3 characters and can contain as many as 64 characters.

      We strongly recommend that you avoid including any sensitive data in the name of a filter. Other users of your account might be able to see this name, depending on the actions that they're allowed to perform in Amazon Macie.

      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.
    • overrideConfiguration

      UpdateFindingsFilterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.