Interface AssociateManagedNotificationAdditionalChannelRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssociateManagedNotificationAdditionalChannelRequest.Builder,AssociateManagedNotificationAdditionalChannelRequest>,NotificationsRequest.Builder,SdkBuilder<AssociateManagedNotificationAdditionalChannelRequest.Builder,AssociateManagedNotificationAdditionalChannelRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AssociateManagedNotificationAdditionalChannelRequest
public static interface AssociateManagedNotificationAdditionalChannelRequest.Builder extends NotificationsRequest.Builder, SdkPojo, CopyableBuilder<AssociateManagedNotificationAdditionalChannelRequest.Builder,AssociateManagedNotificationAdditionalChannelRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateManagedNotificationAdditionalChannelRequest.BuilderchannelArn(String channelArn)The Amazon Resource Name (ARN) of the Channel to associate with theManagedNotificationConfiguration.AssociateManagedNotificationAdditionalChannelRequest.BuildermanagedNotificationConfigurationArn(String managedNotificationConfigurationArn)The Amazon Resource Name (ARN) of theManagedNotificationConfigurationto associate with the additional Channel.AssociateManagedNotificationAdditionalChannelRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateManagedNotificationAdditionalChannelRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.notifications.model.NotificationsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
channelArn
AssociateManagedNotificationAdditionalChannelRequest.Builder channelArn(String channelArn)
The Amazon Resource Name (ARN) of the Channel to associate with the
ManagedNotificationConfiguration.Supported ARNs include Chatbot, the Console Mobile Application, and email (notifications-contacts).
- Parameters:
channelArn- The Amazon Resource Name (ARN) of the Channel to associate with theManagedNotificationConfiguration.Supported ARNs include Chatbot, the Console Mobile Application, and email (notifications-contacts).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managedNotificationConfigurationArn
AssociateManagedNotificationAdditionalChannelRequest.Builder managedNotificationConfigurationArn(String managedNotificationConfigurationArn)
The Amazon Resource Name (ARN) of the
ManagedNotificationConfigurationto associate with the additional Channel.- Parameters:
managedNotificationConfigurationArn- The Amazon Resource Name (ARN) of theManagedNotificationConfigurationto associate with the additional Channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssociateManagedNotificationAdditionalChannelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateManagedNotificationAdditionalChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-