Interface CreateSampleFindingsRequest.Builder

    • Method Detail

      • 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

        CreateSampleFindingsRequest.Builder findingTypes​(Collection<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.
      • 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.