public static interface RemoveNotificationChannelResponse.Builder extends CodeGuruProfilerResponse.Builder, SdkPojo, CopyableBuilder<RemoveNotificationChannelResponse.Builder,RemoveNotificationChannelResponse>
| Modifier and Type | Method and Description |
|---|---|
default RemoveNotificationChannelResponse.Builder |
notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration)
The new notification configuration for this profiling group.
|
RemoveNotificationChannelResponse.Builder |
notificationConfiguration(NotificationConfiguration notificationConfiguration)
The new notification configuration for this profiling group.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRemoveNotificationChannelResponse.Builder notificationConfiguration(NotificationConfiguration notificationConfiguration)
The new notification configuration for this profiling group.
notificationConfiguration - The new notification configuration for this profiling group.default RemoveNotificationChannelResponse.Builder notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration)
The new notification configuration for this profiling group.
This is a convenience method that creates an instance of theNotificationConfiguration.Builder
avoiding the need to create one manually via NotificationConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to notificationConfiguration(NotificationConfiguration).
notificationConfiguration - a consumer that will call methods on NotificationConfiguration.BuildernotificationConfiguration(NotificationConfiguration)Copyright © 2023. All rights reserved.