| Package | Description |
|---|---|
| software.amazon.awssdk.services.rolesanywhere.model |
| Modifier and Type | Method and Description |
|---|---|
static NotificationSetting.Builder |
NotificationSetting.builder() |
NotificationSetting.Builder |
NotificationSetting.Builder.channel(NotificationChannel channel)
The specified channel of notification.
|
NotificationSetting.Builder |
NotificationSetting.Builder.channel(String channel)
The specified channel of notification.
|
NotificationSetting.Builder |
NotificationSetting.Builder.enabled(Boolean enabled)
Indicates whether the notification setting is enabled.
|
NotificationSetting.Builder |
NotificationSetting.Builder.event(NotificationEvent event)
The event to which this notification setting is applied.
|
NotificationSetting.Builder |
NotificationSetting.Builder.event(String event)
The event to which this notification setting is applied.
|
NotificationSetting.Builder |
NotificationSetting.Builder.threshold(Integer threshold)
The number of days before a notification event.
|
NotificationSetting.Builder |
NotificationSetting.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NotificationSetting.Builder> |
NotificationSetting.serializableBuilderClass() |
Copyright © 2023. All rights reserved.