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