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.
|
build
requestOverrideConfig
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
,
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
,
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
,
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
,
ReportType
GetAssessmentReportRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.GetAssessmentReportRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.