Interface HealthIssue.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<HealthIssue.Builder,,HealthIssue> SdkBuilder<HealthIssue.Builder,,HealthIssue> SdkPojo
- Enclosing class:
HealthIssue
@Mutable
@NotThreadSafe
public static interface HealthIssue.Builder
extends SdkPojo, CopyableBuilder<HealthIssue.Builder,HealthIssue>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code that identifies the type of health issue.code(HealthIssueCode code) The error code that identifies the type of health issue.A human-readable message that describes the health issue.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
code
The error code that identifies the type of health issue.
- Parameters:
code- The error code that identifies the type of health issue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
code
The error code that identifies the type of health issue.
- Parameters:
code- The error code that identifies the type of health issue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
message
A human-readable message that describes the health issue.
- Parameters:
message- A human-readable message that describes the health issue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-