Interface AuditorResult.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AuditorResult.Builder,
,AuditorResult> SdkBuilder<AuditorResult.Builder,
,AuditorResult> SdkPojo
- Enclosing class:
AuditorResult
@Mutable
@NotThreadSafe
public static interface AuditorResult.Builder
extends SdkPojo, CopyableBuilder<AuditorResult.Builder,AuditorResult>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the auditor algorithm that generated this result.description
(String description) A detailed description of the audit finding, explaining what was observed and potential implications.The severity level of this audit finding, indicating the importance and potential impact of the issue.The severity level of this audit finding, indicating the importance and potential impact of the issue.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
-
auditor
The name of the auditor algorithm that generated this result.
- Parameters:
auditor
- The name of the auditor algorithm that generated this result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A detailed description of the audit finding, explaining what was observed and potential implications.
- Parameters:
description
- A detailed description of the audit finding, explaining what was observed and potential implications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
severity
The severity level of this audit finding, indicating the importance and potential impact of the issue.
- Parameters:
severity
- The severity level of this audit finding, indicating the importance and potential impact of the issue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
severity
The severity level of this audit finding, indicating the importance and potential impact of the issue.
- Parameters:
severity
- The severity level of this audit finding, indicating the importance and potential impact of the issue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-