public static interface Stage.Builder extends SdkPojo, CopyableBuilder<Stage.Builder,Stage>
| Modifier and Type | Method and Description |
|---|---|
Stage.Builder |
durationInMinutes(Integer durationInMinutes)
The time to wait until beginning the next stage.
|
Stage.Builder |
targets(Collection<Target> targets)
The contacts or contact methods that the escalation plan or engagement plan is engaging.
|
Stage.Builder |
targets(Consumer<Target.Builder>... targets)
The contacts or contact methods that the escalation plan or engagement plan is engaging.
|
Stage.Builder |
targets(Target... targets)
The contacts or contact methods that the escalation plan or engagement plan is engaging.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStage.Builder durationInMinutes(Integer durationInMinutes)
The time to wait until beginning the next stage. The duration can only be set to 0 if a target is specified.
durationInMinutes - The time to wait until beginning the next stage. The duration can only be set to 0 if a target is
specified.Stage.Builder targets(Collection<Target> targets)
The contacts or contact methods that the escalation plan or engagement plan is engaging.
targets - The contacts or contact methods that the escalation plan or engagement plan is engaging.Stage.Builder targets(Target... targets)
The contacts or contact methods that the escalation plan or engagement plan is engaging.
targets - The contacts or contact methods that the escalation plan or engagement plan is engaging.Stage.Builder targets(Consumer<Target.Builder>... targets)
The contacts or contact methods that the escalation plan or engagement plan is engaging.
This is a convenience method that creates an instance of theTarget.Builder avoiding the need to create one
manually via Target.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #targets(List.
targets - a consumer that will call methods on
Target.Builder#targets(java.util.Collection) Copyright © 2022. All rights reserved.