CopyableBuilder<GetAssessmentReportResponse.Builder,GetAssessmentReportResponse>
, SdkBuilder<GetAssessmentReportResponse.Builder,GetAssessmentReportResponse>
public static interface GetAssessmentReportResponse.Builder extends CopyableBuilder<GetAssessmentReportResponse.Builder,GetAssessmentReportResponse>
Modifier and Type | Method | Description |
---|---|---|
GetAssessmentReportResponse.Builder |
status(String status) |
Specifies the status of the request to generate an assessment report.
|
GetAssessmentReportResponse.Builder |
status(ReportStatus 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.
|
copy
apply, 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
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
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.