Interface RuleResult.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RuleResult.Builder,
,RuleResult> SdkBuilder<RuleResult.Builder,
,RuleResult> SdkPojo
- Enclosing class:
RuleResult
@Mutable
@NotThreadSafe
public static interface RuleResult.Builder
extends SdkPojo, CopyableBuilder<RuleResult.Builder,RuleResult>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) A description of what the rule validates.The unique identifier of the rule result.A message providing details about the rule result.Additional metadata associated with the rule result.The status of the rule result.status
(RuleResultStatus status) The status of the rule result.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
-
id
The unique identifier of the rule result.
- Parameters:
id
- The unique identifier of the rule result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of what the rule validates.
- Parameters:
description
- A description of what the rule validates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the rule result.
- Parameters:
status
- The status of the rule result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the rule result.
- Parameters:
status
- The status of the rule result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
message
A message providing details about the rule result.
- Parameters:
message
- A message providing details about the rule result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadata
Additional metadata associated with the rule result.
- Parameters:
metadata
- Additional metadata associated with the rule result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-