Interface GetCisScanReportResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetCisScanReportResponse.Builder,,GetCisScanReportResponse> Inspector2Response.Builder,SdkBuilder<GetCisScanReportResponse.Builder,,GetCisScanReportResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetCisScanReportResponse
public static interface GetCisScanReportResponse.Builder
extends Inspector2Response.Builder, SdkPojo, CopyableBuilder<GetCisScanReportResponse.Builder,GetCisScanReportResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe status.status(CisReportStatus status) The status.The URL where a PDF or CSV of the CIS scan report can be downloaded.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.inspector2.model.Inspector2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
status
The status.
- Parameters:
status- The status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status.
- Parameters:
status- The status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
url
The URL where a PDF or CSV of the CIS scan report can be downloaded.
- Parameters:
url- The URL where a PDF or CSV of the CIS scan report can be downloaded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-