CopyableBuilder<GetAssessmentReportRequest.Builder,GetAssessmentReportRequest>
, SdkBuilder<GetAssessmentReportRequest.Builder,GetAssessmentReportRequest>
public static interface GetAssessmentReportRequest.Builder extends CopyableBuilder<GetAssessmentReportRequest.Builder,GetAssessmentReportRequest>
Modifier and Type | Method | Description |
---|---|---|
GetAssessmentReportRequest.Builder |
assessmentRunArn(String assessmentRunArn) |
The ARN that specifies the assessment run for which you want to generate a report.
|
GetAssessmentReportRequest.Builder |
reportFileFormat(String reportFileFormat) |
Specifies the file format (html or pdf) of the assessment report that you want to generate.
|
GetAssessmentReportRequest.Builder |
reportFileFormat(ReportFileFormat reportFileFormat) |
Specifies the file format (html or pdf) of the assessment report that you want to generate.
|
GetAssessmentReportRequest.Builder |
reportType(String reportType) |
Specifies the type of the assessment report that you want to generate.
|
GetAssessmentReportRequest.Builder |
reportType(ReportType reportType) |
Specifies the type of the assessment report that you want to generate.
|
copy
apply, build
GetAssessmentReportRequest.Builder assessmentRunArn(String assessmentRunArn)
The ARN that specifies the assessment run for which you want to generate a report.
assessmentRunArn
- The ARN that specifies the assessment run for which you want to generate a report.GetAssessmentReportRequest.Builder reportFileFormat(String reportFileFormat)
Specifies the file format (html or pdf) of the assessment report that you want to generate.
reportFileFormat
- Specifies the file format (html or pdf) of the assessment report that you want to generate.ReportFileFormat
GetAssessmentReportRequest.Builder reportFileFormat(ReportFileFormat reportFileFormat)
Specifies the file format (html or pdf) of the assessment report that you want to generate.
reportFileFormat
- Specifies the file format (html or pdf) of the assessment report that you want to generate.ReportFileFormat
GetAssessmentReportRequest.Builder reportType(String reportType)
Specifies the type of the assessment report that you want to generate. There are two types of assessment reports: a finding report and a full report. For more information, see Assessment Reports.
reportType
- Specifies the type of the assessment report that you want to generate. There are two types of
assessment reports: a finding report and a full report. For more information, see Assessment
Reports.ReportType
GetAssessmentReportRequest.Builder reportType(ReportType reportType)
Specifies the type of the assessment report that you want to generate. There are two types of assessment reports: a finding report and a full report. For more information, see Assessment Reports.
reportType
- Specifies the type of the assessment report that you want to generate. There are two types of
assessment reports: a finding report and a full report. For more information, see Assessment
Reports.ReportType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.