public static interface CreateSampleFindingsRequest.Builder extends Macie2Request.Builder, SdkPojo, CopyableBuilder<CreateSampleFindingsRequest.Builder,CreateSampleFindingsRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateSampleFindingsRequest.Builder |
findingTypes(Collection<FindingType> findingTypes)
An array of finding types, one for each type of sample finding to create.
|
CreateSampleFindingsRequest.Builder |
findingTypes(FindingType... findingTypes)
An array of finding types, one for each type of sample finding to create.
|
CreateSampleFindingsRequest.Builder |
findingTypesWithStrings(Collection<String> findingTypes)
An array of finding types, one for each type of sample finding to create.
|
CreateSampleFindingsRequest.Builder |
findingTypesWithStrings(String... findingTypes)
An array of finding types, one for each type of sample finding to create.
|
CreateSampleFindingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSampleFindingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSampleFindingsRequest.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.
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.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.
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.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.
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.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.
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.CreateSampleFindingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateSampleFindingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.