Insight.Builder |
Insight.Builder.additionalInfo(Map<String,String> additionalInfo) |
Links to sources that provide additional context on the insight.
|
static Insight.Builder |
Insight.builder() |
|
Insight.Builder |
Insight.Builder.category(String category) |
The category of the insight.
|
Insight.Builder |
Insight.Builder.category(Category category) |
The category of the insight.
|
default Insight.Builder |
Insight.Builder.categorySpecificSummary(Consumer<InsightCategorySpecificSummary.Builder> categorySpecificSummary) |
Summary information that relates to the category of the insight.
|
Insight.Builder |
Insight.Builder.categorySpecificSummary(InsightCategorySpecificSummary categorySpecificSummary) |
Summary information that relates to the category of the insight.
|
Insight.Builder |
Insight.Builder.description(String description) |
The description of the insight which includes alert criteria, remediation recommendation, and additional
resources (contains Markdown).
|
Insight.Builder |
Insight.Builder.id(String id) |
The ID of the insight.
|
default Insight.Builder |
Insight.Builder.insightStatus(Consumer<InsightStatus.Builder> insightStatus) |
An object containing more detail on the status of the insight resource.
|
Insight.Builder |
Insight.Builder.insightStatus(InsightStatus insightStatus) |
An object containing more detail on the status of the insight resource.
|
Insight.Builder |
Insight.Builder.kubernetesVersion(String kubernetesVersion) |
The Kubernetes minor version associated with an insight if applicable.
|
Insight.Builder |
Insight.Builder.lastRefreshTime(Instant lastRefreshTime) |
The time Amazon EKS last successfully completed a refresh of this insight check on the cluster.
|
Insight.Builder |
Insight.Builder.lastTransitionTime(Instant lastTransitionTime) |
The time the status of the insight last changed.
|
Insight.Builder |
Insight.Builder.name(String name) |
The name of the insight.
|
Insight.Builder |
Insight.Builder.recommendation(String recommendation) |
A summary of how to remediate the finding of this insight if applicable.
|
Insight.Builder |
Insight.Builder.resources(Collection<InsightResourceDetail> resources) |
The details about each resource listed in the insight check result.
|
Insight.Builder |
Insight.Builder.resources(Consumer<InsightResourceDetail.Builder>... resources) |
The details about each resource listed in the insight check result.
|
Insight.Builder |
Insight.Builder.resources(InsightResourceDetail... resources) |
The details about each resource listed in the insight check result.
|
Insight.Builder |
Insight.toBuilder() |
|