Interface GetAssessmentReportRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetAssessmentReportRequest.Builder,GetAssessmentReportRequest>,InspectorRequest.Builder,SdkBuilder<GetAssessmentReportRequest.Builder,GetAssessmentReportRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetAssessmentReportRequest
public static interface GetAssessmentReportRequest.Builder extends InspectorRequest.Builder, SdkPojo, CopyableBuilder<GetAssessmentReportRequest.Builder,GetAssessmentReportRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAssessmentReportRequest.BuilderassessmentRunArn(String assessmentRunArn)The ARN that specifies the assessment run for which you want to generate a report.GetAssessmentReportRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAssessmentReportRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetAssessmentReportRequest.BuilderreportFileFormat(String reportFileFormat)Specifies the file format (html or pdf) of the assessment report that you want to generate.GetAssessmentReportRequest.BuilderreportFileFormat(ReportFileFormat reportFileFormat)Specifies the file format (html or pdf) of the assessment report that you want to generate.GetAssessmentReportRequest.BuilderreportType(String reportType)Specifies the type of the assessment report that you want to generate.GetAssessmentReportRequest.BuilderreportType(ReportType reportType)Specifies the type of the assessment report that you want to generate.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.inspector.model.InspectorRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
assessmentRunArn
GetAssessmentReportRequest.Builder assessmentRunArn(String assessmentRunArn)
The ARN that specifies the assessment run for which you want to generate a report.
- Parameters:
assessmentRunArn- The ARN that specifies the assessment run for which you want to generate a report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reportFileFormat
GetAssessmentReportRequest.Builder reportFileFormat(String reportFileFormat)
Specifies the file format (html or pdf) of the assessment report that you want to generate.
- Parameters:
reportFileFormat- Specifies the file format (html or pdf) of the assessment report that you want to generate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReportFileFormat,ReportFileFormat
-
reportFileFormat
GetAssessmentReportRequest.Builder reportFileFormat(ReportFileFormat reportFileFormat)
Specifies the file format (html or pdf) of the assessment report that you want to generate.
- Parameters:
reportFileFormat- Specifies the file format (html or pdf) of the assessment report that you want to generate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReportFileFormat,ReportFileFormat
-
reportType
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReportType,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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReportType,ReportType
-
overrideConfiguration
GetAssessmentReportRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetAssessmentReportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-