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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChannelTargetInfo.BuildercontactChannelId(String contactChannelId)The Amazon Resource Name (ARN) of the contact channel.ChannelTargetInfo.BuilderretryIntervalInMinutes(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 Detail
-
contactChannelId
ChannelTargetInfo.Builder contactChannelId(String 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
ChannelTargetInfo.Builder retryIntervalInMinutes(Integer 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.
-
-