Uses of Interface
software.amazon.awssdk.services.eks.model.InsightStatus.Builder
-
Packages that use InsightStatus.Builder Package Description software.amazon.awssdk.services.eks.model -
-
Uses of InsightStatus.Builder in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return InsightStatus.Builder Modifier and Type Method Description static InsightStatus.BuilderInsightStatus. builder()InsightStatus.BuilderInsightStatus.Builder. reason(String reason)Explanation on the reasoning for the status of the resource.InsightStatus.BuilderInsightStatus.Builder. status(String status)The status of the resource.InsightStatus.BuilderInsightStatus.Builder. status(InsightStatusValue status)The status of the resource.InsightStatus.BuilderInsightStatus. toBuilder()Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type InsightStatus.Builder Modifier and Type Method Description static Class<? extends InsightStatus.Builder>InsightStatus. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.eks.model with type arguments of type InsightStatus.Builder Modifier and Type Method Description default Insight.BuilderInsight.Builder. insightStatus(Consumer<InsightStatus.Builder> insightStatus)An object containing more detail on the status of the insight resource.default InsightResourceDetail.BuilderInsightResourceDetail.Builder. insightStatus(Consumer<InsightStatus.Builder> insightStatus)An object containing more detail on the status of the insight resource.default InsightSummary.BuilderInsightSummary.Builder. insightStatus(Consumer<InsightStatus.Builder> insightStatus)An object containing more detail on the status of the insight.
-