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.
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.
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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #targets(List) .targets - a consumer that will call methods on List.Builder #targets(List) Copyright © 2021. All rights reserved.