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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetCisScanReportResponse.Builderstatus(String status)The status.GetCisScanReportResponse.Builderstatus(CisReportStatus status)The status.GetCisScanReportResponse.Builderurl(String url)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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
status
GetCisScanReportResponse.Builder status(String status)
The status.
- Parameters:
status- The status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CisReportStatus,CisReportStatus
-
status
GetCisScanReportResponse.Builder status(CisReportStatus status)
The status.
- Parameters:
status- The status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CisReportStatus,CisReportStatus
-
url
GetCisScanReportResponse.Builder url(String 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.
-
-