Interface Channel.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Channel.Builder,,- Channel> - SdkBuilder<Channel.Builder,,- Channel> - SdkPojo
- Enclosing class:
- Channel
- 
Method SummaryModifier and TypeMethodDescriptioneventPublishers(Collection<EventPublisher> eventPublishers) List of publishers for different type of events that may be detected in an application from the profile.eventPublishers(EventPublisher... eventPublishers) List of publishers for different type of events that may be detected in an application from the profile.eventPublishersWithStrings(String... eventPublishers) List of publishers for different type of events that may be detected in an application from the profile.eventPublishersWithStrings(Collection<String> eventPublishers) List of publishers for different type of events that may be detected in an application from the profile.Unique identifier for eachChannelin the notification configuration of a Profiling Group.Unique arn of the resource to be used for notifications.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
eventPublishersWithStringsList 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
eventPublishersWithStringsList 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
eventPublishersList 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
eventPublishersList 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
idUnique identifier for each Channelin 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.- Parameters:
- id- Unique identifier for each- Channelin 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
uriUnique arn of the resource to be used for notifications. We support a valid SNS topic arn as a channel uri. - Parameters:
- uri- Unique arn of the resource to be used for notifications. We support a valid SNS topic arn as a channel uri.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-