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 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 #insightEvents(List) .insightEvents - a consumer that will call methods on List.Builder #insightEvents(List) 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 © 2022. All rights reserved.