Interface CreateSampleFindingsRequest.Builder

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

public static interface CreateSampleFindingsRequest.Builder extends Macie2Request.Builder, SdkPojo, CopyableBuilder<CreateSampleFindingsRequest.Builder,CreateSampleFindingsRequest>
  • 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.