Interface CapabilityIssue.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CapabilityIssue.Builder,,CapabilityIssue> SdkBuilder<CapabilityIssue.Builder,,CapabilityIssue> SdkPojo
- Enclosing class:
CapabilityIssue
@Mutable
@NotThreadSafe
public static interface CapabilityIssue.Builder
extends SdkPojo, CopyableBuilder<CapabilityIssue.Builder,CapabilityIssue>
-
Method Summary
Modifier and TypeMethodDescriptionA code identifying the type of issue.code(CapabilityIssueCode code) A code identifying the type of issue.A human-readable message describing the issue and potential remediation steps.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
A code identifying the type of issue. This can be used to programmatically handle specific issue types.
- Parameters:
code- A code identifying the type of issue. This can be used to programmatically handle specific issue types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
code
A code identifying the type of issue. This can be used to programmatically handle specific issue types.
- Parameters:
code- A code identifying the type of issue. This can be used to programmatically handle specific issue types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
message
A human-readable message describing the issue and potential remediation steps.
- Parameters:
message- A human-readable message describing the issue and potential remediation steps.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-