| Package | Description |
|---|---|
| software.amazon.awssdk.services.xray.model |
| Modifier and Type | Method and Description |
|---|---|
static Insight.Builder |
Insight.builder() |
Insight.Builder |
Insight.Builder.categories(Collection<InsightCategory> categories)
The categories that label and describe the type of insight.
|
Insight.Builder |
Insight.Builder.categories(InsightCategory... categories)
The categories that label and describe the type of insight.
|
Insight.Builder |
Insight.Builder.categoriesWithStrings(Collection<String> categories)
The categories that label and describe the type of insight.
|
Insight.Builder |
Insight.Builder.categoriesWithStrings(String... categories)
The categories that label and describe the type of insight.
|
default Insight.Builder |
Insight.Builder.clientRequestImpactStatistics(Consumer<RequestImpactStatistics.Builder> clientRequestImpactStatistics)
The impact statistics of the client side service.
|
Insight.Builder |
Insight.Builder.clientRequestImpactStatistics(RequestImpactStatistics clientRequestImpactStatistics)
The impact statistics of the client side service.
|
Insight.Builder |
Insight.Builder.endTime(Instant endTime)
The time, in Unix seconds, at which the insight ended.
|
Insight.Builder |
Insight.Builder.groupARN(String groupARN)
The Amazon Resource Name (ARN) of the group that the insight belongs to.
|
Insight.Builder |
Insight.Builder.groupName(String groupName)
The name of the group that the insight belongs to.
|
Insight.Builder |
Insight.Builder.insightId(String insightId)
The insights unique identifier.
|
default Insight.Builder |
Insight.Builder.rootCauseServiceId(Consumer<ServiceId.Builder> rootCauseServiceId)
Sets the value of the RootCauseServiceId property for this object.
|
Insight.Builder |
Insight.Builder.rootCauseServiceId(ServiceId rootCauseServiceId)
Sets the value of the RootCauseServiceId property for this object.
|
default Insight.Builder |
Insight.Builder.rootCauseServiceRequestImpactStatistics(Consumer<RequestImpactStatistics.Builder> rootCauseServiceRequestImpactStatistics)
The impact statistics of the root cause service.
|
Insight.Builder |
Insight.Builder.rootCauseServiceRequestImpactStatistics(RequestImpactStatistics rootCauseServiceRequestImpactStatistics)
The impact statistics of the root cause service.
|
Insight.Builder |
Insight.Builder.startTime(Instant startTime)
The time, in Unix seconds, at which the insight began.
|
Insight.Builder |
Insight.Builder.state(InsightState state)
The current state of the insight.
|
Insight.Builder |
Insight.Builder.state(String state)
The current state of the insight.
|
Insight.Builder |
Insight.Builder.summary(String summary)
A brief description of the insight.
|
Insight.Builder |
Insight.toBuilder() |
Insight.Builder |
Insight.Builder.topAnomalousServices(AnomalousService... topAnomalousServices)
The service within the insight that is most impacted by the incident.
|
Insight.Builder |
Insight.Builder.topAnomalousServices(Collection<AnomalousService> topAnomalousServices)
The service within the insight that is most impacted by the incident.
|
Insight.Builder |
Insight.Builder.topAnomalousServices(Consumer<AnomalousService.Builder>... topAnomalousServices)
The service within the insight that is most impacted by the incident.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Insight.Builder> |
Insight.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetInsightResponse.Builder |
GetInsightResponse.Builder.insight(Consumer<Insight.Builder> insight)
The summary information of an insight.
|
Copyright © 2023. All rights reserved.