Interface RemoveNotificationChannelRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CodeGuruProfilerRequest.Builder
,CopyableBuilder<RemoveNotificationChannelRequest.Builder,
,RemoveNotificationChannelRequest> SdkBuilder<RemoveNotificationChannelRequest.Builder,
,RemoveNotificationChannelRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
RemoveNotificationChannelRequest
public static interface RemoveNotificationChannelRequest.Builder
extends CodeGuruProfilerRequest.Builder, SdkPojo, CopyableBuilder<RemoveNotificationChannelRequest.Builder,RemoveNotificationChannelRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe id of the channel that we want to stop receiving notifications.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.profilingGroupName
(String profilingGroupName) The name of the profiling group we want to change notification configuration for.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.codeguruprofiler.model.CodeGuruProfilerRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
channelId
The id of the channel that we want to stop receiving notifications.
- Parameters:
channelId
- The id of the channel that we want to stop receiving notifications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profilingGroupName
The name of the profiling group we want to change notification configuration for.
- Parameters:
profilingGroupName
- The name of the profiling group we want to change notification configuration for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RemoveNotificationChannelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
RemoveNotificationChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-