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 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
copy
Methods inherited from interface software.amazon.awssdk.services.inspector2.model.Inspector2Response.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, sdkFieldNameToField, sdkFields
Methods 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.
-