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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoveNotificationChannelRequest.BuilderchannelId(String channelId)The id of the channel that we want to stop receiving notifications.RemoveNotificationChannelRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RemoveNotificationChannelRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RemoveNotificationChannelRequest.BuilderprofilingGroupName(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 Detail
-
channelId
RemoveNotificationChannelRequest.Builder channelId(String 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
RemoveNotificationChannelRequest.Builder profilingGroupName(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
RemoveNotificationChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-