public static interface Target.Builder extends SdkPojo, CopyableBuilder<Target.Builder,Target>
| Modifier and Type | Method and Description |
|---|---|
Target.Builder |
channelTargetInfo(ChannelTargetInfo channelTargetInfo)
Information about the contact channel Incident Manager is engaging.
|
default Target.Builder |
channelTargetInfo(Consumer<ChannelTargetInfo.Builder> channelTargetInfo)
Information about the contact channel Incident Manager is engaging.
|
default Target.Builder |
contactTargetInfo(Consumer<ContactTargetInfo.Builder> contactTargetInfo)
Information about the contact that Incident Manager is engaging.
|
Target.Builder |
contactTargetInfo(ContactTargetInfo contactTargetInfo)
Information about the contact that Incident Manager is engaging.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTarget.Builder channelTargetInfo(ChannelTargetInfo channelTargetInfo)
Information about the contact channel Incident Manager is engaging.
channelTargetInfo - Information about the contact channel Incident Manager is engaging.default Target.Builder channelTargetInfo(Consumer<ChannelTargetInfo.Builder> channelTargetInfo)
Information about the contact channel Incident Manager is engaging.
This is a convenience method that creates an instance of theChannelTargetInfo.Builder avoiding the
need to create one manually via ChannelTargetInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to channelTargetInfo(ChannelTargetInfo).
channelTargetInfo - a consumer that will call methods on ChannelTargetInfo.BuilderchannelTargetInfo(ChannelTargetInfo)Target.Builder contactTargetInfo(ContactTargetInfo contactTargetInfo)
Information about the contact that Incident Manager is engaging.
contactTargetInfo - Information about the contact that Incident Manager is engaging.default Target.Builder contactTargetInfo(Consumer<ContactTargetInfo.Builder> contactTargetInfo)
Information about the contact that Incident Manager is engaging.
This is a convenience method that creates an instance of theContactTargetInfo.Builder avoiding the
need to create one manually via ContactTargetInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to contactTargetInfo(ContactTargetInfo).
contactTargetInfo - a consumer that will call methods on ContactTargetInfo.BuildercontactTargetInfo(ContactTargetInfo)Copyright © 2022. All rights reserved.