Uses of Interface
software.amazon.awssdk.services.eks.model.Issue.Builder
-
Packages that use Issue.Builder Package Description software.amazon.awssdk.services.eks.model -
-
Uses of Issue.Builder in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return Issue.Builder Modifier and Type Method Description static Issue.BuilderIssue. builder()Issue.BuilderIssue.Builder. code(String code)A brief description of the error.Issue.BuilderIssue.Builder. code(NodegroupIssueCode code)A brief description of the error.Issue.BuilderIssue.Builder. message(String message)The error message associated with the issue.Issue.BuilderIssue.Builder. resourceIds(String... resourceIds)The Amazon Web Services resources that are afflicted by this issue.Issue.BuilderIssue.Builder. resourceIds(Collection<String> resourceIds)The Amazon Web Services resources that are afflicted by this issue.Issue.BuilderIssue. toBuilder()Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type Issue.Builder Modifier and Type Method Description static Class<? extends Issue.Builder>Issue. serializableBuilderClass()
-