public static interface PutNotificationSettingsRequest.Builder extends RolesAnywhereRequest.Builder, SdkPojo, CopyableBuilder<PutNotificationSettingsRequest.Builder,PutNotificationSettingsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutNotificationSettingsRequest.Builder notificationSettings(Collection<NotificationSetting> notificationSettings)
A list of notification settings to be associated to the trust anchor.
notificationSettings - A list of notification settings to be associated to the trust anchor.PutNotificationSettingsRequest.Builder notificationSettings(NotificationSetting... notificationSettings)
A list of notification settings to be associated to the trust anchor.
notificationSettings - A list of notification settings to be associated to the trust anchor.PutNotificationSettingsRequest.Builder notificationSettings(Consumer<NotificationSetting.Builder>... notificationSettings)
A list of notification settings to be associated to the trust anchor.
This is a convenience method that creates an instance of theNotificationSetting.Builder avoiding the need to
create one manually via
NotificationSetting.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #notificationSettings(List.
notificationSettings - a consumer that will call methods on
NotificationSetting.Builder#notificationSettings(java.util.Collection) PutNotificationSettingsRequest.Builder trustAnchorId(String trustAnchorId)
The unique identifier of the trust anchor.
trustAnchorId - The unique identifier of the trust anchor.PutNotificationSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutNotificationSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.