public static interface Plan.Builder extends SdkPojo, CopyableBuilder<Plan.Builder,Plan>
| Modifier and Type | Method and Description |
|---|---|
Plan.Builder |
rotationIds(Collection<String> rotationIds)
The Amazon Resource Names (ARNs) of the on-call rotations associated with the plan.
|
Plan.Builder |
rotationIds(String... rotationIds)
The Amazon Resource Names (ARNs) of the on-call rotations associated with the plan.
|
Plan.Builder |
stages(Collection<Stage> stages)
A list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods.
|
Plan.Builder |
stages(Consumer<Stage.Builder>... stages)
A list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods.
|
Plan.Builder |
stages(Stage... stages)
A list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPlan.Builder stages(Collection<Stage> stages)
A list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods.
stages - A list of stages that the escalation plan or engagement plan uses to engage contacts and contact
methods.Plan.Builder stages(Stage... stages)
A list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods.
stages - A list of stages that the escalation plan or engagement plan uses to engage contacts and contact
methods.Plan.Builder stages(Consumer<Stage.Builder>... stages)
A list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods.
This is a convenience method that creates an instance of theStage.Builder avoiding the need to create one
manually via Stage.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #stages(List.
stages - a consumer that will call methods on
Stage.Builder#stages(java.util.Collection) Plan.Builder rotationIds(Collection<String> rotationIds)
The Amazon Resource Names (ARNs) of the on-call rotations associated with the plan.
rotationIds - The Amazon Resource Names (ARNs) of the on-call rotations associated with the plan.Plan.Builder rotationIds(String... rotationIds)
The Amazon Resource Names (ARNs) of the on-call rotations associated with the plan.
rotationIds - The Amazon Resource Names (ARNs) of the on-call rotations associated with the plan.Copyright © 2023. All rights reserved.