public static interface GetAssessmentReportResponse.Builder extends InspectorResponse.Builder, SdkPojo, CopyableBuilder<GetAssessmentReportResponse.Builder,GetAssessmentReportResponse>
Modifier and Type | Method and Description |
---|---|
GetAssessmentReportResponse.Builder |
status(ReportStatus status)
Specifies the status of the request to generate an assessment report.
|
GetAssessmentReportResponse.Builder |
status(String status)
Specifies the status of the request to generate an assessment report.
|
GetAssessmentReportResponse.Builder |
url(String url)
Specifies the URL where you can find the generated assessment report.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetAssessmentReportResponse.Builder status(String status)
Specifies the status of the request to generate an assessment report.
status
- Specifies the status of the request to generate an assessment report.ReportStatus
,
ReportStatus
GetAssessmentReportResponse.Builder status(ReportStatus status)
Specifies the status of the request to generate an assessment report.
status
- Specifies the status of the request to generate an assessment report.ReportStatus
,
ReportStatus
GetAssessmentReportResponse.Builder url(String url)
Specifies the URL where you can find the generated assessment report. This parameter is only returned if the report is successfully generated.
url
- Specifies the URL where you can find the generated assessment report. This parameter is only returned
if the report is successfully generated.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.