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 that lists one or more types of findings to include in the set of sample findings.
|
CreateSampleFindingsRequest.Builder |
findingTypes(FindingType... findingTypes)
An array that lists one or more types of findings to include in the set of sample findings.
|
CreateSampleFindingsRequest.Builder |
findingTypesWithStrings(Collection<String> findingTypes)
An array that lists one or more types of findings to include in the set of sample findings.
|
CreateSampleFindingsRequest.Builder |
findingTypesWithStrings(String... findingTypes)
An array that lists one or more types of findings to include in the set of sample findings.
|
CreateSampleFindingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSampleFindingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSampleFindingsRequest.Builder findingTypesWithStrings(Collection<String> findingTypes)
An array that lists one or more types of findings to include in the set of sample findings. Currently, the only supported value is Policy:IAMUser/S3BucketEncryptionDisabled.
findingTypes - An array that lists one or more types of findings to include in the set of sample findings. Currently,
the only supported value is Policy:IAMUser/S3BucketEncryptionDisabled.CreateSampleFindingsRequest.Builder findingTypesWithStrings(String... findingTypes)
An array that lists one or more types of findings to include in the set of sample findings. Currently, the only supported value is Policy:IAMUser/S3BucketEncryptionDisabled.
findingTypes - An array that lists one or more types of findings to include in the set of sample findings. Currently,
the only supported value is Policy:IAMUser/S3BucketEncryptionDisabled.CreateSampleFindingsRequest.Builder findingTypes(Collection<FindingType> findingTypes)
An array that lists one or more types of findings to include in the set of sample findings. Currently, the only supported value is Policy:IAMUser/S3BucketEncryptionDisabled.
findingTypes - An array that lists one or more types of findings to include in the set of sample findings. Currently,
the only supported value is Policy:IAMUser/S3BucketEncryptionDisabled.CreateSampleFindingsRequest.Builder findingTypes(FindingType... findingTypes)
An array that lists one or more types of findings to include in the set of sample findings. Currently, the only supported value is Policy:IAMUser/S3BucketEncryptionDisabled.
findingTypes - An array that lists one or more types of findings to include in the set of sample findings. Currently,
the only supported value is Policy:IAMUser/S3BucketEncryptionDisabled.CreateSampleFindingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateSampleFindingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.