public static interface AddNotificationChannelRequest.Builder extends DevOpsGuruRequest.Builder, SdkPojo, CopyableBuilder<AddNotificationChannelRequest.Builder,AddNotificationChannelRequest>
| Modifier and Type | Method and Description |
|---|---|
default AddNotificationChannelRequest.Builder |
config(Consumer<NotificationChannelConfig.Builder> config)
A
NotificationChannelConfig object that specifies what type of notification channel to add. |
AddNotificationChannelRequest.Builder |
config(NotificationChannelConfig config)
A
NotificationChannelConfig object that specifies what type of notification channel to add. |
AddNotificationChannelRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AddNotificationChannelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAddNotificationChannelRequest.Builder config(NotificationChannelConfig config)
A NotificationChannelConfig object that specifies what type of notification channel to add. The
one supported notification channel is Amazon Simple Notification Service (Amazon SNS).
config - A NotificationChannelConfig object that specifies what type of notification channel to
add. The one supported notification channel is Amazon Simple Notification Service (Amazon SNS).default AddNotificationChannelRequest.Builder config(Consumer<NotificationChannelConfig.Builder> config)
A NotificationChannelConfig object that specifies what type of notification channel to add. The
one supported notification channel is Amazon Simple Notification Service (Amazon SNS).
NotificationChannelConfig.Builder
avoiding the need to create one manually via NotificationChannelConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to config(NotificationChannelConfig).
config - a consumer that will call methods on NotificationChannelConfig.Builderconfig(NotificationChannelConfig)AddNotificationChannelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAddNotificationChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.