public static interface GetAssessmentReportResponse.Builder extends InspectorResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetAssessmentReportResponse.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,
ReportStatusGetAssessmentReportResponse.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,
ReportStatusGetAssessmentReportResponse.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.