public static interface GetNotificationConfigurationResponse.Builder extends CodeGuruProfilerResponse.Builder, SdkPojo, CopyableBuilder<GetNotificationConfigurationResponse.Builder,GetNotificationConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetNotificationConfigurationResponse.Builder |
notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration)
The current notification configuration for this profiling group.
|
GetNotificationConfigurationResponse.Builder |
notificationConfiguration(NotificationConfiguration notificationConfiguration)
The current notification configuration for this profiling group.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetNotificationConfigurationResponse.Builder notificationConfiguration(NotificationConfiguration notificationConfiguration)
The current notification configuration for this profiling group.
notificationConfiguration - The current notification configuration for this profiling group.default GetNotificationConfigurationResponse.Builder notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration)
The current 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.