public static interface AddNotificationChannelsRequest.Builder extends CodeGuruProfilerRequest.Builder, SdkPojo, CopyableBuilder<AddNotificationChannelsRequest.Builder,AddNotificationChannelsRequest>
| Modifier and Type | Method and Description |
|---|---|
AddNotificationChannelsRequest.Builder |
channels(Channel... channels)
One or 2 channels to report to when anomalies are detected.
|
AddNotificationChannelsRequest.Builder |
channels(Collection<Channel> channels)
One or 2 channels to report to when anomalies are detected.
|
AddNotificationChannelsRequest.Builder |
channels(Consumer<Channel.Builder>... channels)
One or 2 channels to report to when anomalies are detected.
|
AddNotificationChannelsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AddNotificationChannelsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AddNotificationChannelsRequest.Builder |
profilingGroupName(String profilingGroupName)
The name of the profiling group that we are setting up notifications for.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAddNotificationChannelsRequest.Builder channels(Collection<Channel> channels)
One or 2 channels to report to when anomalies are detected.
channels - One or 2 channels to report to when anomalies are detected.AddNotificationChannelsRequest.Builder channels(Channel... channels)
One or 2 channels to report to when anomalies are detected.
channels - One or 2 channels to report to when anomalies are detected.AddNotificationChannelsRequest.Builder channels(Consumer<Channel.Builder>... channels)
One or 2 channels to report to when anomalies are detected.
This is a convenience method that creates an instance of theChannel.Builder avoiding the need to create
one manually via Channel.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #channels(List.
channels - a consumer that will call methods on
Channel.Builder#channels(java.util.Collection) AddNotificationChannelsRequest.Builder profilingGroupName(String profilingGroupName)
The name of the profiling group that we are setting up notifications for.
profilingGroupName - The name of the profiling group that we are setting up notifications for.AddNotificationChannelsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAddNotificationChannelsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.