public static interface GetAssessmentReportRequest.Builder extends InspectorRequest.Builder, CopyableBuilder<GetAssessmentReportRequest.Builder,GetAssessmentReportRequest>
| Modifier and Type | Method and Description |
|---|---|
GetAssessmentReportRequest.Builder |
assessmentRunArn(String assessmentRunArn)
The ARN that specifies the assessment run for which you want to generate a report.
|
GetAssessmentReportRequest.Builder |
reportFileFormat(ReportFileFormat reportFileFormat)
Specifies the file format (html or pdf) of the assessment report that you want to generate.
|
GetAssessmentReportRequest.Builder |
reportFileFormat(String reportFileFormat)
Specifies the file format (html or pdf) 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.
|
GetAssessmentReportRequest.Builder |
reportType(String reportType)
Specifies the type of the assessment report that you want to generate.
|
GetAssessmentReportRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetAssessmentReportRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildGetAssessmentReportRequest.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,
ReportFileFormatGetAssessmentReportRequest.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,
ReportFileFormatGetAssessmentReportRequest.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,
ReportTypeGetAssessmentReportRequest.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,
ReportTypeGetAssessmentReportRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.GetAssessmentReportRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.