Interface AddonIssue.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AddonIssue.Builder,,AddonIssue> SdkBuilder<AddonIssue.Builder,,AddonIssue> SdkPojo
- Enclosing class:
 AddonIssue
public static interface AddonIssue.Builder
extends SdkPojo, CopyableBuilder<AddonIssue.Builder,AddonIssue> 
- 
Method Summary
Modifier and TypeMethodDescriptionA code that describes the type of issue.code(AddonIssueCode code) A code that describes the type of issue.A message that provides details about the issue and what might cause it.resourceIds(String... resourceIds) The resource IDs of the issue.resourceIds(Collection<String> resourceIds) The resource IDs of the 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, sdkFields 
- 
Method Details
- 
code
A code that describes the type of issue.
- Parameters:
 code- A code that describes the type of issue.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
code
A code that describes the type of issue.
- Parameters:
 code- A code that describes the type of issue.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
message
A message that provides details about the issue and what might cause it.
- Parameters:
 message- A message that provides details about the issue and what might cause it.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
resourceIds
The resource IDs of the issue.
- Parameters:
 resourceIds- The resource IDs of the issue.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
resourceIds
The resource IDs of the issue.
- Parameters:
 resourceIds- The resource IDs of the issue.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -