public static interface ListNotificationChannelsResponse.Builder extends DevOpsGuruResponse.Builder, SdkPojo, CopyableBuilder<ListNotificationChannelsResponse.Builder,ListNotificationChannelsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListNotificationChannelsResponse.Builder |
channels(Collection<NotificationChannel> channels)
An array that contains the requested notification channels.
|
ListNotificationChannelsResponse.Builder |
channels(Consumer<NotificationChannel.Builder>... channels)
An array that contains the requested notification channels.
|
ListNotificationChannelsResponse.Builder |
channels(NotificationChannel... channels)
An array that contains the requested notification channels.
|
ListNotificationChannelsResponse.Builder |
nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListNotificationChannelsResponse.Builder channels(Collection<NotificationChannel> channels)
An array that contains the requested notification channels.
channels - An array that contains the requested notification channels.ListNotificationChannelsResponse.Builder channels(NotificationChannel... channels)
An array that contains the requested notification channels.
channels - An array that contains the requested notification channels.ListNotificationChannelsResponse.Builder channels(Consumer<NotificationChannel.Builder>... channels)
An array that contains the requested notification channels.
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 #channels(List) .channels - a consumer that will call methods on List.Builder #channels(List) ListNotificationChannelsResponse.Builder nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no
more pages, this value is null.Copyright © 2021. All rights reserved.