Interface GetAssessmentReportResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetAssessmentReportResponse.Builder,GetAssessmentReportResponse>,InspectorResponse.Builder,SdkBuilder<GetAssessmentReportResponse.Builder,GetAssessmentReportResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetAssessmentReportResponse
public static interface GetAssessmentReportResponse.Builder extends InspectorResponse.Builder, SdkPojo, CopyableBuilder<GetAssessmentReportResponse.Builder,GetAssessmentReportResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAssessmentReportResponse.Builderstatus(String status)Specifies the status of the request to generate an assessment report.GetAssessmentReportResponse.Builderstatus(ReportStatus status)Specifies the status of the request to generate an assessment report.GetAssessmentReportResponse.Builderurl(String url)Specifies the URL where you can find the generated assessment report.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.inspector.model.InspectorResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
status
GetAssessmentReportResponse.Builder status(String status)
Specifies the status of the request to generate an assessment report.
- Parameters:
status- Specifies the status of the request to generate an assessment report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReportStatus,ReportStatus
-
status
GetAssessmentReportResponse.Builder status(ReportStatus status)
Specifies the status of the request to generate an assessment report.
- Parameters:
status- Specifies the status of the request to generate an assessment report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReportStatus,ReportStatus
-
url
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.
- Parameters:
url- Specifies the URL where you can find the generated assessment report. This parameter is only returned if the report is successfully generated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-