public static interface ResetNotificationSettingsRequest.Builder extends RolesAnywhereRequest.Builder, SdkPojo, CopyableBuilder<ResetNotificationSettingsRequest.Builder,ResetNotificationSettingsRequest>
| Modifier and Type | Method and Description |
|---|---|
ResetNotificationSettingsRequest.Builder |
notificationSettingKeys(Collection<NotificationSettingKey> notificationSettingKeys)
A list of notification setting keys to reset.
|
ResetNotificationSettingsRequest.Builder |
notificationSettingKeys(Consumer<NotificationSettingKey.Builder>... notificationSettingKeys)
A list of notification setting keys to reset.
|
ResetNotificationSettingsRequest.Builder |
notificationSettingKeys(NotificationSettingKey... notificationSettingKeys)
A list of notification setting keys to reset.
|
ResetNotificationSettingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ResetNotificationSettingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ResetNotificationSettingsRequest.Builder |
trustAnchorId(String trustAnchorId)
The unique identifier of the trust anchor.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildResetNotificationSettingsRequest.Builder notificationSettingKeys(Collection<NotificationSettingKey> notificationSettingKeys)
A list of notification setting keys to reset. A notification setting key includes the event and the channel.
notificationSettingKeys - A list of notification setting keys to reset. A notification setting key includes the event and the
channel.ResetNotificationSettingsRequest.Builder notificationSettingKeys(NotificationSettingKey... notificationSettingKeys)
A list of notification setting keys to reset. A notification setting key includes the event and the channel.
notificationSettingKeys - A list of notification setting keys to reset. A notification setting key includes the event and the
channel.ResetNotificationSettingsRequest.Builder notificationSettingKeys(Consumer<NotificationSettingKey.Builder>... notificationSettingKeys)
A list of notification setting keys to reset. A notification setting key includes the event and the channel.
This is a convenience method that creates an instance of theNotificationSettingKey.Builder avoiding the need
to create one manually via
NotificationSettingKey.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #notificationSettingKeys(List.
notificationSettingKeys - a consumer that will call methods on
NotificationSettingKey.Builder#notificationSettingKeys(java.util.Collection) ResetNotificationSettingsRequest.Builder trustAnchorId(String trustAnchorId)
The unique identifier of the trust anchor.
trustAnchorId - The unique identifier of the trust anchor.ResetNotificationSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderResetNotificationSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.