Interface CustomDataIdentifiersDetections.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CustomDataIdentifiersDetections.Builder,CustomDataIdentifiersDetections>, SdkBuilder<CustomDataIdentifiersDetections.Builder,CustomDataIdentifiersDetections>, SdkPojo
Enclosing class:
CustomDataIdentifiersDetections

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

    • count

      The total number of occurrences of sensitive data that were detected.

      Parameters:
      count - The total number of occurrences of sensitive data that were detected.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The ARN of the custom identifier that was used to detect the sensitive data.

      Parameters:
      arn - The ARN of the custom identifier that was used to detect the sensitive data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      he name of the custom identifier that detected the sensitive data.

      Parameters:
      name - he name of the custom identifier that detected the sensitive data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • occurrences

      Details about the sensitive data that was detected.

      Parameters:
      occurrences - Details about the sensitive data that was detected.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • occurrences

      Details about the sensitive data that was detected.

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

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

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