Interface CisScanResultDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CisScanResultDetails.Builder,
,CisScanResultDetails> SdkBuilder<CisScanResultDetails.Builder,
,CisScanResultDetails> SdkPojo
- Enclosing class:
CisScanResultDetails
@Mutable
@NotThreadSafe
public static interface CisScanResultDetails.Builder
extends SdkPojo, CopyableBuilder<CisScanResultDetails.Builder,CisScanResultDetails>
-
Method Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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
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:
-
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:
-
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
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
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
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:
-
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:
-
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
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
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.
-