public static interface CreateFindingsReportRequest.Builder extends Inspector2Request.Builder, SdkPojo, CopyableBuilder<CreateFindingsReportRequest.Builder,CreateFindingsReportRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateFindingsReportRequest.Builder filterCriteria(FilterCriteria filterCriteria)
The filter criteria to apply to the results of the finding report.
filterCriteria - The filter criteria to apply to the results of the finding report.default CreateFindingsReportRequest.Builder filterCriteria(Consumer<FilterCriteria.Builder> filterCriteria)
The filter criteria to apply to the results of the finding report.
This is a convenience method that creates an instance of theFilterCriteria.Builder avoiding the need
to create one manually via FilterCriteria.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to filterCriteria(FilterCriteria).
filterCriteria - a consumer that will call methods on FilterCriteria.BuilderfilterCriteria(FilterCriteria)CreateFindingsReportRequest.Builder reportFormat(String reportFormat)
The format to generate the report in.
reportFormat - The format to generate the report in.ReportFormat,
ReportFormatCreateFindingsReportRequest.Builder reportFormat(ReportFormat reportFormat)
The format to generate the report in.
reportFormat - The format to generate the report in.ReportFormat,
ReportFormatCreateFindingsReportRequest.Builder s3Destination(Destination s3Destination)
The Amazon S3 export destination for the report.
s3Destination - The Amazon S3 export destination for the report.default CreateFindingsReportRequest.Builder s3Destination(Consumer<Destination.Builder> s3Destination)
The Amazon S3 export destination for the report.
This is a convenience method that creates an instance of theDestination.Builder avoiding the need to
create one manually via Destination.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to s3Destination(Destination).
s3Destination - a consumer that will call methods on Destination.Builders3Destination(Destination)CreateFindingsReportRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateFindingsReportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.