Interface ChannelTargetInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ChannelTargetInfo.Builder,
,ChannelTargetInfo> SdkBuilder<ChannelTargetInfo.Builder,
,ChannelTargetInfo> SdkPojo
- Enclosing class:
ChannelTargetInfo
public static interface ChannelTargetInfo.Builder
extends SdkPojo, CopyableBuilder<ChannelTargetInfo.Builder,ChannelTargetInfo>
-
Method Summary
Modifier and TypeMethodDescriptioncontactChannelId
(String contactChannelId) The Amazon Resource Name (ARN) of the contact channel.retryIntervalInMinutes
(Integer retryIntervalInMinutes) The number of minutes to wait to retry sending engagement in the case the engagement initially fails.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
-
contactChannelId
The Amazon Resource Name (ARN) of the contact channel.
- Parameters:
contactChannelId
- The Amazon Resource Name (ARN) of the contact channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
retryIntervalInMinutes
The number of minutes to wait to retry sending engagement in the case the engagement initially fails.
- Parameters:
retryIntervalInMinutes
- The number of minutes to wait to retry sending engagement in the case the engagement initially fails.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-