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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #channels(List) .channels - a consumer that will call methods on List.Builder #channels(List) 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 © 2021. All rights reserved.