public static interface ListAlertsResponse.Builder extends MediaTailorResponse.Builder, SdkPojo, CopyableBuilder<ListAlertsResponse.Builder,ListAlertsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAlertsResponse.Builder |
items(Alert... items)
A list of alerts that are associated with this resource.
|
ListAlertsResponse.Builder |
items(Collection<Alert> items)
A list of alerts that are associated with this resource.
|
ListAlertsResponse.Builder |
items(Consumer<Alert.Builder>... items)
A list of alerts that are associated with this resource.
|
ListAlertsResponse.Builder |
nextToken(String nextToken)
Pagination token returned by the list request when results exceed the maximum allowed.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAlertsResponse.Builder items(Collection<Alert> items)
A list of alerts that are associated with this resource.
items - A list of alerts that are associated with this resource.ListAlertsResponse.Builder items(Alert... items)
A list of alerts that are associated with this resource.
items - A list of alerts that are associated with this resource.ListAlertsResponse.Builder items(Consumer<Alert.Builder>... items)
A list of alerts that are associated with this resource.
This is a convenience method that creates an instance of theAlert.Builder avoiding the need to create one
manually via Alert.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #items(List.
items - a consumer that will call methods on
Alert.Builder#items(java.util.Collection) ListAlertsResponse.Builder nextToken(String nextToken)
Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
nextToken - Pagination token returned by the list request when results exceed the maximum allowed. Use the token
to fetch the next page of results.Copyright © 2023. All rights reserved.