public static interface GetFindingsReportStatusResponse.Builder extends Inspector2Response.Builder, SdkPojo, CopyableBuilder<GetFindingsReportStatusResponse.Builder,GetFindingsReportStatusResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetFindingsReportStatusResponse.Builder destination(Destination destination)
The destination of the report.
destination - The destination of the report.default GetFindingsReportStatusResponse.Builder destination(Consumer<Destination.Builder> destination)
The destination of 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 destination(Destination).destination - a consumer that will call methods on Destination.Builderdestination(Destination)GetFindingsReportStatusResponse.Builder errorCode(String errorCode)
The error code of the report.
errorCode - The error code of the report.ReportingErrorCode,
ReportingErrorCodeGetFindingsReportStatusResponse.Builder errorCode(ReportingErrorCode errorCode)
The error code of the report.
errorCode - The error code of the report.ReportingErrorCode,
ReportingErrorCodeGetFindingsReportStatusResponse.Builder errorMessage(String errorMessage)
The error message of the report.
errorMessage - The error message of the report.GetFindingsReportStatusResponse.Builder filterCriteria(FilterCriteria filterCriteria)
The filter criteria associated with the report.
filterCriteria - The filter criteria associated with the report.default GetFindingsReportStatusResponse.Builder filterCriteria(Consumer<FilterCriteria.Builder> filterCriteria)
The filter criteria associated with the 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)GetFindingsReportStatusResponse.Builder reportId(String reportId)
The ID of the report.
reportId - The ID of the report.GetFindingsReportStatusResponse.Builder status(String status)
The status of the report.
status - The status of the report.ExternalReportStatus,
ExternalReportStatusGetFindingsReportStatusResponse.Builder status(ExternalReportStatus status)
The status of the report.
status - The status of the report.ExternalReportStatus,
ExternalReportStatusCopyright © 2022. All rights reserved.