Uses of Interface
software.amazon.awssdk.services.ssmcontacts.model.Plan.Builder
-
Packages that use Plan.Builder Package Description software.amazon.awssdk.services.ssmcontacts.model -
-
Uses of Plan.Builder in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return Plan.Builder Modifier and Type Method Description static Plan.BuilderPlan. builder()Plan.BuilderPlan.Builder. rotationIds(String... rotationIds)The Amazon Resource Names (ARNs) of the on-call rotations associated with the plan.Plan.BuilderPlan.Builder. rotationIds(Collection<String> rotationIds)The Amazon Resource Names (ARNs) of the on-call rotations associated with the plan.Plan.BuilderPlan.Builder. stages(Collection<Stage> stages)A list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods.Plan.BuilderPlan.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.BuilderPlan.Builder. stages(Stage... stages)A list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods.Plan.BuilderPlan. toBuilder()Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type Plan.Builder Modifier and Type Method Description static Class<? extends Plan.Builder>Plan. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssmcontacts.model with type arguments of type Plan.Builder Modifier and Type Method Description default CreateContactRequest.BuilderCreateContactRequest.Builder. plan(Consumer<Plan.Builder> plan)A list of stages.default GetContactResponse.BuilderGetContactResponse.Builder. plan(Consumer<Plan.Builder> plan)Details about the specific timing or stages and targets of the escalation plan or engagement plan.default UpdateContactRequest.BuilderUpdateContactRequest.Builder. plan(Consumer<Plan.Builder> plan)A list of stages.
-