Interface CisScanResultDetails.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CisScanResultDetails.Builder,,- CisScanResultDetails> - SdkBuilder<CisScanResultDetails.Builder,,- CisScanResultDetails> - SdkPojo
- Enclosing class:
- CisScanResultDetails
public static interface CisScanResultDetails.Builder
extends SdkPojo, CopyableBuilder<CisScanResultDetails.Builder,CisScanResultDetails> 
- 
Method SummaryModifier and TypeMethodDescriptionThe CIS scan result details' account ID.checkDescription(String checkDescription) The account ID that's associated with the CIS scan result details.The CIS scan result details' check ID.findingArn(String findingArn) The CIS scan result details' finding ARN.The CIS scan result details' level.level(CisSecurityLevel level) The CIS scan result details' level.The CIS scan result details' platform.remediation(String remediation) The CIS scan result details' remediation.The CIS scan result details' scan ARN.The CIS scan result details' status.status(CisFindingStatus status) The CIS scan result details' status.statusReason(String statusReason) The CIS scan result details' status reason.targetResourceId(String targetResourceId) The CIS scan result details' target resource ID.The CIS scan result details' title.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFields
- 
Method Details- 
accountIdThe CIS scan result details' account ID. - Parameters:
- accountId- The CIS scan result details' account ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
checkDescriptionThe account ID that's associated with the CIS scan result details. - Parameters:
- checkDescription- The account ID that's associated with the CIS scan result details.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
checkIdThe CIS scan result details' check ID. - Parameters:
- checkId- The CIS scan result details' check ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
findingArnThe CIS scan result details' finding ARN. - Parameters:
- findingArn- The CIS scan result details' finding ARN.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
levelThe CIS scan result details' level. - Parameters:
- level- The CIS scan result details' level.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
levelThe CIS scan result details' level. - Parameters:
- level- The CIS scan result details' level.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
platformThe CIS scan result details' platform. - Parameters:
- platform- The CIS scan result details' platform.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
remediationThe CIS scan result details' remediation. - Parameters:
- remediation- The CIS scan result details' remediation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
scanArnThe CIS scan result details' scan ARN. - Parameters:
- scanArn- The CIS scan result details' scan ARN.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe CIS scan result details' status. - Parameters:
- status- The CIS scan result details' status.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe CIS scan result details' status. - Parameters:
- status- The CIS scan result details' status.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusReasonThe CIS scan result details' status reason. - Parameters:
- statusReason- The CIS scan result details' status reason.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
targetResourceIdThe CIS scan result details' target resource ID. - Parameters:
- targetResourceId- The CIS scan result details' target resource ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
titleThe CIS scan result details' title. - Parameters:
- title- The CIS scan result details' title.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-