public static interface ListAlertsResponse.Builder extends MediaTailorResponse.Builder, SdkPojo, CopyableBuilder<ListAlertsResponse.Builder,ListAlertsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAlertsResponse.Builder |
items(Alert... items)
An array of alerts that are associated with this resource.
|
ListAlertsResponse.Builder |
items(Collection<Alert> items)
An array of alerts that are associated with this resource.
|
ListAlertsResponse.Builder |
items(Consumer<Alert.Builder>... items)
An array of alerts that are associated with this resource.
|
ListAlertsResponse.Builder |
nextToken(String nextToken)
Pagination token from the list request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAlertsResponse.Builder items(Collection<Alert> items)
An array of alerts that are associated with this resource.
items - An array of alerts that are associated with this resource.ListAlertsResponse.Builder items(Alert... items)
An array of alerts that are associated with this resource.
items - An array of alerts that are associated with this resource.ListAlertsResponse.Builder items(Consumer<Alert.Builder>... items)
An array of alerts that are associated with this resource.
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 #items(List) .items - a consumer that will call methods on List.Builder #items(List) ListAlertsResponse.Builder nextToken(String nextToken)
Pagination token from the list request. Use the token to fetch the next page of results.
nextToken - Pagination token from the list request. Use the token to fetch the next page of results.Copyright © 2022. All rights reserved.