Interface GetCisScanReportResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetCisScanReportResponse.Builder,,- GetCisScanReportResponse> - Inspector2Response.Builder,- SdkBuilder<GetCisScanReportResponse.Builder,,- GetCisScanReportResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetCisScanReportResponse
@Mutable
@NotThreadSafe
public static interface GetCisScanReportResponse.Builder
extends Inspector2Response.Builder, SdkPojo, CopyableBuilder<GetCisScanReportResponse.Builder,GetCisScanReportResponse> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.inspector2.model.Inspector2Response.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
urlThe 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.
 
- 
statusThe status. - Parameters:
- status- The status.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe status. - Parameters:
- status- The status.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-