Interface ClusterIssue.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ClusterIssue.Builder,
,ClusterIssue> SdkBuilder<ClusterIssue.Builder,
,ClusterIssue> SdkPojo
- Enclosing class:
ClusterIssue
@Mutable
@NotThreadSafe
public static interface ClusterIssue.Builder
extends SdkPojo, CopyableBuilder<ClusterIssue.Builder,ClusterIssue>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code of the issue.code
(ClusterIssueCode code) The error code of the issue.A description of the issue.resourceIds
(String... resourceIds) The resource IDs that the issue relates to.resourceIds
(Collection<String> resourceIds) The resource IDs that the issue relates to.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
-
code
The error code of the issue.
- Parameters:
code
- The error code of the issue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
code
The error code of the issue.
- Parameters:
code
- The error code of the issue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
message
A description of the issue.
- Parameters:
message
- A description of the issue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceIds
The resource IDs that the issue relates to.
- Parameters:
resourceIds
- The resource IDs that the issue relates to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceIds
The resource IDs that the issue relates to.
- Parameters:
resourceIds
- The resource IDs that the issue relates to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-