Interface SubCheckResult.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SubCheckResult.Builder,
,SubCheckResult> SdkBuilder<SubCheckResult.Builder,
,SubCheckResult> SdkPojo
- Enclosing class:
SubCheckResult
@Mutable
@NotThreadSafe
public static interface SubCheckResult.Builder
extends SdkPojo, CopyableBuilder<SubCheckResult.Builder,SubCheckResult>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) A description of what the sub-check validates.The unique identifier of the sub-check result.The name of the sub-check.references
(String... references) A list of references or documentation links related to the sub-check.references
(Collection<String> references) A list of references or documentation links related to the sub-check.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 sub-check result.
- Parameters:
id
- The unique identifier of the sub-check result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the sub-check.
- Parameters:
name
- The name of the sub-check.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of what the sub-check validates.
- Parameters:
description
- A description of what the sub-check validates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
references
A list of references or documentation links related to the sub-check.
- Parameters:
references
- A list of references or documentation links related to the sub-check.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
references
A list of references or documentation links related to the sub-check.
- Parameters:
references
- A list of references or documentation links related to the sub-check.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-