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 that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #insightSummaries(List) .insightSummaries - a consumer that will call methods on List.Builder #insightSummaries(List) GetInsightSummariesResponse.Builder nextToken(String nextToken)
Pagination token.
nextToken - Pagination token.Copyright © 2022. All rights reserved.