public static interface GetInsightEventsResponse.Builder extends XRayResponse.Builder, SdkPojo, CopyableBuilder<GetInsightEventsResponse.Builder,GetInsightEventsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetInsightEventsResponse.Builder |
insightEvents(Collection<InsightEvent> insightEvents)
A detailed description of the event.
|
GetInsightEventsResponse.Builder |
insightEvents(Consumer<InsightEvent.Builder>... insightEvents)
A detailed description of the event.
|
GetInsightEventsResponse.Builder |
insightEvents(InsightEvent... insightEvents)
A detailed description of the event.
|
GetInsightEventsResponse.Builder |
nextToken(String nextToken)
Use this token to retrieve the next page of insight events.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetInsightEventsResponse.Builder insightEvents(Collection<InsightEvent> insightEvents)
A detailed description of the event. This includes the time of the event, client and root cause impact statistics, and the top anomalous service at the time of the event.
insightEvents - A detailed description of the event. This includes the time of the event, client and root cause impact
statistics, and the top anomalous service at the time of the event.GetInsightEventsResponse.Builder insightEvents(InsightEvent... insightEvents)
A detailed description of the event. This includes the time of the event, client and root cause impact statistics, and the top anomalous service at the time of the event.
insightEvents - A detailed description of the event. This includes the time of the event, client and root cause impact
statistics, and the top anomalous service at the time of the event.GetInsightEventsResponse.Builder insightEvents(Consumer<InsightEvent.Builder>... insightEvents)
A detailed description of the event. This includes the time of the event, client and root cause impact statistics, and the top anomalous service at the time of the event.
This is a convenience method that creates an instance of theInsightEvent.Builder avoiding the need to create one
manually via InsightEvent.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #insightEvents(List.
insightEvents - a consumer that will call methods on
InsightEvent.Builder#insightEvents(java.util.Collection) GetInsightEventsResponse.Builder nextToken(String nextToken)
Use this token to retrieve the next page of insight events.
nextToken - Use this token to retrieve the next page of insight events.Copyright © 2023. All rights reserved.