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 method that creates an instance of theNotificationChannel.Builder avoiding the need to
create one manually via
NotificationChannel.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #channels(List.
channels - a consumer that will call methods on
NotificationChannel.Builder#channels(java.util.Collection) 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 © 2023. All rights reserved.