public static interface Channel.Builder extends SdkPojo, CopyableBuilder<Channel.Builder,Channel>
| Modifier and Type | Method and Description |
|---|---|
Channel.Builder |
eventPublishers(Collection<EventPublisher> eventPublishers)
List of publishers for different type of events that may be detected in an application from the profile.
|
Channel.Builder |
eventPublishers(EventPublisher... eventPublishers)
List of publishers for different type of events that may be detected in an application from the profile.
|
Channel.Builder |
eventPublishersWithStrings(Collection<String> eventPublishers)
List of publishers for different type of events that may be detected in an application from the profile.
|
Channel.Builder |
eventPublishersWithStrings(String... eventPublishers)
List of publishers for different type of events that may be detected in an application from the profile.
|
Channel.Builder |
id(String id)
Unique identifier for each
Channel in the notification configuration of a Profiling Group. |
Channel.Builder |
uri(String uri)
Unique arn of the resource to be used for notifications.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChannel.Builder eventPublishersWithStrings(Collection<String> eventPublishers)
List of publishers for different type of events that may be detected in an application from the profile. Anomaly detection is the only event publisher in Profiler.
eventPublishers - List of publishers for different type of events that may be detected in an application from the
profile. Anomaly detection is the only event publisher in Profiler.Channel.Builder eventPublishersWithStrings(String... eventPublishers)
List of publishers for different type of events that may be detected in an application from the profile. Anomaly detection is the only event publisher in Profiler.
eventPublishers - List of publishers for different type of events that may be detected in an application from the
profile. Anomaly detection is the only event publisher in Profiler.Channel.Builder eventPublishers(Collection<EventPublisher> eventPublishers)
List of publishers for different type of events that may be detected in an application from the profile. Anomaly detection is the only event publisher in Profiler.
eventPublishers - List of publishers for different type of events that may be detected in an application from the
profile. Anomaly detection is the only event publisher in Profiler.Channel.Builder eventPublishers(EventPublisher... eventPublishers)
List of publishers for different type of events that may be detected in an application from the profile. Anomaly detection is the only event publisher in Profiler.
eventPublishers - List of publishers for different type of events that may be detected in an application from the
profile. Anomaly detection is the only event publisher in Profiler.Channel.Builder id(String id)
Unique identifier for each Channel in the notification configuration of a Profiling Group. A
random UUID for channelId is used when adding a channel to the notification configuration if not specified in
the request.
id - Unique identifier for each Channel in the notification configuration of a Profiling
Group. A random UUID for channelId is used when adding a channel to the notification configuration if
not specified in the request.Channel.Builder uri(String uri)
Unique arn of the resource to be used for notifications. We support a valid SNS topic arn as a channel uri.
uri - Unique arn of the resource to be used for notifications. We support a valid SNS topic arn as a channel
uri.Copyright © 2023. All rights reserved.