static Channel.Builder |
Channel.builder() |
|
Channel.Builder |
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 |
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 |
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 |
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 |
Channel.Builder.id(String id) |
Unique identifier for each Channel in the notification configuration of a Profiling Group.
|
Channel.Builder |
Channel.toBuilder() |
|
Channel.Builder |
Channel.Builder.uri(String uri) |
Unique arn of the resource to be used for notifications.
|