Uses of Interface
software.amazon.awssdk.services.ssmcontacts.model.ChannelTargetInfo.Builder
-
Packages that use ChannelTargetInfo.Builder Package Description software.amazon.awssdk.services.ssmcontacts.model -
-
Uses of ChannelTargetInfo.Builder in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return ChannelTargetInfo.Builder Modifier and Type Method Description static ChannelTargetInfo.BuilderChannelTargetInfo. builder()ChannelTargetInfo.BuilderChannelTargetInfo.Builder. contactChannelId(String contactChannelId)The Amazon Resource Name (ARN) of the contact channel.ChannelTargetInfo.BuilderChannelTargetInfo.Builder. retryIntervalInMinutes(Integer retryIntervalInMinutes)The number of minutes to wait to retry sending engagement in the case the engagement initially fails.ChannelTargetInfo.BuilderChannelTargetInfo. toBuilder()Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type ChannelTargetInfo.Builder Modifier and Type Method Description static Class<? extends ChannelTargetInfo.Builder>ChannelTargetInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssmcontacts.model with type arguments of type ChannelTargetInfo.Builder Modifier and Type Method Description default Target.BuilderTarget.Builder. channelTargetInfo(Consumer<ChannelTargetInfo.Builder> channelTargetInfo)Information about the contact channel Incident Manager is engaging.
-