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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CisScanResultDetails.BuilderaccountId(String accountId)The CIS scan result details' account ID.CisScanResultDetails.BuildercheckDescription(String checkDescription)The account ID that's associated with the CIS scan result details.CisScanResultDetails.BuildercheckId(String checkId)The CIS scan result details' check ID.CisScanResultDetails.BuilderfindingArn(String findingArn)The CIS scan result details' finding ARN.CisScanResultDetails.Builderlevel(String level)The CIS scan result details' level.CisScanResultDetails.Builderlevel(CisSecurityLevel level)The CIS scan result details' level.CisScanResultDetails.Builderplatform(String platform)The CIS scan result details' platform.CisScanResultDetails.Builderremediation(String remediation)The CIS scan result details' remediation.CisScanResultDetails.BuilderscanArn(String scanArn)The CIS scan result details' scan ARN.CisScanResultDetails.Builderstatus(String status)The CIS scan result details' status.CisScanResultDetails.Builderstatus(CisFindingStatus status)The CIS scan result details' status.CisScanResultDetails.BuilderstatusReason(String statusReason)The CIS scan result details' status reason.CisScanResultDetails.BuildertargetResourceId(String targetResourceId)The CIS scan result details' target resource ID.CisScanResultDetails.Buildertitle(String title)The CIS scan result details' title.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
accountId
CisScanResultDetails.Builder accountId(String accountId)
The 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.
-
checkDescription
CisScanResultDetails.Builder checkDescription(String checkDescription)
The 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.
-
checkId
CisScanResultDetails.Builder checkId(String checkId)
The 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.
-
findingArn
CisScanResultDetails.Builder findingArn(String findingArn)
The 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.
-
level
CisScanResultDetails.Builder level(String level)
The 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:
CisSecurityLevel,CisSecurityLevel
-
level
CisScanResultDetails.Builder level(CisSecurityLevel level)
The 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:
CisSecurityLevel,CisSecurityLevel
-
platform
CisScanResultDetails.Builder platform(String platform)
The 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.
-
remediation
CisScanResultDetails.Builder remediation(String remediation)
The 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.
-
scanArn
CisScanResultDetails.Builder scanArn(String scanArn)
The 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.
-
status
CisScanResultDetails.Builder status(String status)
The 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:
CisFindingStatus,CisFindingStatus
-
status
CisScanResultDetails.Builder status(CisFindingStatus status)
The 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:
CisFindingStatus,CisFindingStatus
-
statusReason
CisScanResultDetails.Builder statusReason(String statusReason)
The 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.
-
targetResourceId
CisScanResultDetails.Builder targetResourceId(String targetResourceId)
The 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.
-
title
CisScanResultDetails.Builder title(String title)
The 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.
-
-