public static interface ListAlertsResponse.Builder extends LookoutMetricsResponse.Builder, SdkPojo, CopyableBuilder<ListAlertsResponse.Builder,ListAlertsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAlertsResponse.Builder |
alertSummaryList(AlertSummary... alertSummaryList)
Contains information about an alert.
|
ListAlertsResponse.Builder |
alertSummaryList(Collection<AlertSummary> alertSummaryList)
Contains information about an alert.
|
ListAlertsResponse.Builder |
alertSummaryList(Consumer<AlertSummary.Builder>... alertSummaryList)
Contains information about an alert.
|
ListAlertsResponse.Builder |
nextToken(String nextToken)
If the response is truncated, the service returns this token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAlertsResponse.Builder alertSummaryList(Collection<AlertSummary> alertSummaryList)
Contains information about an alert.
alertSummaryList - Contains information about an alert.ListAlertsResponse.Builder alertSummaryList(AlertSummary... alertSummaryList)
Contains information about an alert.
alertSummaryList - Contains information about an alert.ListAlertsResponse.Builder alertSummaryList(Consumer<AlertSummary.Builder>... alertSummaryList)
Contains information about an alert.
This is a convenience method that creates an instance of theAlertSummary.Builder avoiding the need to create
one manually via AlertSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #alertSummaryList(List.
alertSummaryList - a consumer that will call methods on
AlertSummary.Builder#alertSummaryList(java.util.Collection) ListAlertsResponse.Builder nextToken(String nextToken)
If the response is truncated, the service returns this token. To retrieve the next set of results, use this token in the next request.
nextToken - If the response is truncated, the service returns this token. To retrieve the next set of results, use
this token in the next request.Copyright © 2023. All rights reserved.