Interface FargateProfileIssue.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FargateProfileIssue.Builder,
,FargateProfileIssue> SdkBuilder<FargateProfileIssue.Builder,
,FargateProfileIssue> SdkPojo
- Enclosing class:
FargateProfileIssue
public static interface FargateProfileIssue.Builder
extends SdkPojo, CopyableBuilder<FargateProfileIssue.Builder,FargateProfileIssue>
-
Method Summary
Modifier and TypeMethodDescriptionA brief description of the error.code
(FargateProfileIssueCode code) A brief description of the error.The error message associated with the issue.resourceIds
(String... resourceIds) The Amazon Web Services resources that are affected by this issue.resourceIds
(Collection<String> resourceIds) The Amazon Web Services resources that are affected by this issue.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, sdkFields
-
Method Details
-
code
A brief description of the error.
- Parameters:
code
- A brief description of the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
code
A brief description of the error.
- Parameters:
code
- A brief description of the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
message
The error message associated with the issue.
- Parameters:
message
- The error message associated with the issue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceIds
The Amazon Web Services resources that are affected by this issue.
- Parameters:
resourceIds
- The Amazon Web Services resources that are affected by this issue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceIds
The Amazon Web Services resources that are affected by this issue.
- Parameters:
resourceIds
- The Amazon Web Services resources that are affected by this issue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-