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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FargateProfileIssue.Buildercode(String code)A brief description of the error.FargateProfileIssue.Buildercode(FargateProfileIssueCode code)A brief description of the error.FargateProfileIssue.Buildermessage(String message)The error message associated with the issue.FargateProfileIssue.BuilderresourceIds(String... resourceIds)The Amazon Web Services resources that are affected by this issue.FargateProfileIssue.BuilderresourceIds(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
code
FargateProfileIssue.Builder code(String 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:
FargateProfileIssueCode,FargateProfileIssueCode
-
code
FargateProfileIssue.Builder code(FargateProfileIssueCode 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:
FargateProfileIssueCode,FargateProfileIssueCode
-
message
FargateProfileIssue.Builder message(String 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
FargateProfileIssue.Builder resourceIds(Collection<String> 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
FargateProfileIssue.Builder resourceIds(String... 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.
-
-