Uses of Interface
software.amazon.awssdk.services.devopsguru.model.NotificationChannel.Builder
-
Packages that use NotificationChannel.Builder Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of NotificationChannel.Builder in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return NotificationChannel.Builder Modifier and Type Method Description static NotificationChannel.BuilderNotificationChannel. builder()default NotificationChannel.BuilderNotificationChannel.Builder. config(Consumer<NotificationChannelConfig.Builder> config)ANotificationChannelConfigobject that contains information about configured notification channels.NotificationChannel.BuilderNotificationChannel.Builder. config(NotificationChannelConfig config)ANotificationChannelConfigobject that contains information about configured notification channels.NotificationChannel.BuilderNotificationChannel.Builder. id(String id)The ID of a notification channel.NotificationChannel.BuilderNotificationChannel. toBuilder()Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type NotificationChannel.Builder Modifier and Type Method Description static Class<? extends NotificationChannel.Builder>NotificationChannel. serializableBuilderClass()
-