Interface GetInsightEventsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetInsightEventsResponse.Builder,GetInsightEventsResponse>, SdkBuilder<GetInsightEventsResponse.Builder,GetInsightEventsResponse>, SdkPojo, SdkResponse.Builder, XRayResponse.Builder
Enclosing class:
GetInsightEventsResponse

public static interface GetInsightEventsResponse.Builder extends XRayResponse.Builder, SdkPojo, CopyableBuilder<GetInsightEventsResponse.Builder,GetInsightEventsResponse>
  • Method Details

    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • insightEvents

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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 the InsightEvent.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<InsightEvent>).

      Parameters:
      insightEvents - a consumer that will call methods on InsightEvent.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      Use this token to retrieve the next page of insight events.

      Parameters:
      nextToken - Use this token to retrieve the next page of insight events.
      Returns:
      Returns a reference to this object so that method calls can be chained together.