public static interface GetInsightSummariesResponse.Builder extends XRayResponse.Builder, SdkPojo, CopyableBuilder<GetInsightSummariesResponse.Builder,GetInsightSummariesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetInsightSummariesResponse.Builder |
insightSummaries(Collection<InsightSummary> insightSummaries)
The summary of each insight within the group matching the provided filters.
|
GetInsightSummariesResponse.Builder |
insightSummaries(Consumer<InsightSummary.Builder>... insightSummaries)
The summary of each insight within the group matching the provided filters.
|
GetInsightSummariesResponse.Builder |
insightSummaries(InsightSummary... insightSummaries)
The summary of each insight within the group matching the provided filters.
|
GetInsightSummariesResponse.Builder |
nextToken(String nextToken)
Pagination token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetInsightSummariesResponse.Builder insightSummaries(Collection<InsightSummary> insightSummaries)
The summary of each insight within the group matching the provided filters. The summary contains the InsightID, start and end time, the root cause service, the root cause and client impact statistics, the top anomalous services, and the status of the insight.
insightSummaries - The summary of each insight within the group matching the provided filters. The summary contains the
InsightID, start and end time, the root cause service, the root cause and client impact statistics,
the top anomalous services, and the status of the insight.GetInsightSummariesResponse.Builder insightSummaries(InsightSummary... insightSummaries)
The summary of each insight within the group matching the provided filters. The summary contains the InsightID, start and end time, the root cause service, the root cause and client impact statistics, the top anomalous services, and the status of the insight.
insightSummaries - The summary of each insight within the group matching the provided filters. The summary contains the
InsightID, start and end time, the root cause service, the root cause and client impact statistics,
the top anomalous services, and the status of the insight.GetInsightSummariesResponse.Builder insightSummaries(Consumer<InsightSummary.Builder>... insightSummaries)
The summary of each insight within the group matching the provided filters. The summary contains the InsightID, start and end time, the root cause service, the root cause and client impact statistics, the top anomalous services, and the status of the insight.
This is a convenience method that creates an instance of theInsightSummary.Builder avoiding the need to create one
manually via InsightSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #insightSummaries(List.
insightSummaries - a consumer that will call methods on
InsightSummary.Builder#insightSummaries(java.util.Collection) GetInsightSummariesResponse.Builder nextToken(String nextToken)
Pagination token.
nextToken - Pagination token.Copyright © 2023. All rights reserved.