| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
Insight |
Insight.addAdditionalInfoEntry(String key,
String value)
Add a single AdditionalInfo entry
|
Insight |
Insight.clearAdditionalInfoEntries()
Removes all the entries added into AdditionalInfo.
|
Insight |
Insight.clone() |
Insight |
DescribeInsightResult.getInsight()
The full description of the insight.
|
Insight |
Insight.withAdditionalInfo(Map<String,String> additionalInfo)
Links to sources that provide additional context on the insight.
|
Insight |
Insight.withCategory(Category category)
The category of the insight.
|
Insight |
Insight.withCategory(String category)
The category of the insight.
|
Insight |
Insight.withCategorySpecificSummary(InsightCategorySpecificSummary categorySpecificSummary)
Summary information that relates to the category of the insight.
|
Insight |
Insight.withDescription(String description)
The description of the insight which includes alert criteria, remediation recommendation, and additional
resources (contains Markdown).
|
Insight |
Insight.withId(String id)
The ID of the insight.
|
Insight |
Insight.withInsightStatus(InsightStatus insightStatus)
An object containing more detail on the status of the insight resource.
|
Insight |
Insight.withKubernetesVersion(String kubernetesVersion)
The Kubernetes minor version associated with an insight if applicable.
|
Insight |
Insight.withLastRefreshTime(Date lastRefreshTime)
The time Amazon EKS last successfully completed a refresh of this insight check on the cluster.
|
Insight |
Insight.withLastTransitionTime(Date lastTransitionTime)
The time the status of the insight last changed.
|
Insight |
Insight.withName(String name)
The name of the insight.
|
Insight |
Insight.withRecommendation(String recommendation)
A summary of how to remediate the finding of this insight if applicable.
|
Insight |
Insight.withResources(Collection<InsightResourceDetail> resources)
The details about each resource listed in the insight check result.
|
Insight |
Insight.withResources(InsightResourceDetail... resources)
The details about each resource listed in the insight check result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeInsightResult.setInsight(Insight insight)
The full description of the insight.
|
DescribeInsightResult |
DescribeInsightResult.withInsight(Insight insight)
The full description of the insight.
|
Copyright © 2023. All rights reserved.