Interface CreateSampleFindingsRequest.Builder

  • Method Details

    • findingTypesWithStrings

      CreateSampleFindingsRequest.Builder findingTypesWithStrings(Collection<String> findingTypes)

      An array of finding types, one for each type of sample finding to create. To create a sample of every type of finding that Amazon Macie supports, don't include this array in your request.

      Parameters:
      findingTypes - An array of finding types, one for each type of sample finding to create. To create a sample of every type of finding that Amazon Macie supports, don't include this array in your request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • findingTypesWithStrings

      CreateSampleFindingsRequest.Builder findingTypesWithStrings(String... findingTypes)

      An array of finding types, one for each type of sample finding to create. To create a sample of every type of finding that Amazon Macie supports, don't include this array in your request.

      Parameters:
      findingTypes - An array of finding types, one for each type of sample finding to create. To create a sample of every type of finding that Amazon Macie supports, don't include this array in your request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • findingTypes

      An array of finding types, one for each type of sample finding to create. To create a sample of every type of finding that Amazon Macie supports, don't include this array in your request.

      Parameters:
      findingTypes - An array of finding types, one for each type of sample finding to create. To create a sample of every type of finding that Amazon Macie supports, don't include this array in your request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • findingTypes

      CreateSampleFindingsRequest.Builder findingTypes(FindingType... findingTypes)

      An array of finding types, one for each type of sample finding to create. To create a sample of every type of finding that Amazon Macie supports, don't include this array in your request.

      Parameters:
      findingTypes - An array of finding types, one for each type of sample finding to create. To create a sample of every type of finding that Amazon Macie supports, don't include this array in your request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      CreateSampleFindingsRequest.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.