| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
static Stage.Builder |
Stage.builder() |
Stage.Builder |
Stage.Builder.durationInMinutes(Integer durationInMinutes)
The time to wait until beginning the next stage.
|
Stage.Builder |
Stage.Builder.targets(Collection<Target> targets)
The contacts or contact methods that the escalation plan or engagement plan is engaging.
|
Stage.Builder |
Stage.Builder.targets(Consumer<Target.Builder>... targets)
The contacts or contact methods that the escalation plan or engagement plan is engaging.
|
Stage.Builder |
Stage.Builder.targets(Target... targets)
The contacts or contact methods that the escalation plan or engagement plan is engaging.
|
Stage.Builder |
Stage.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Stage.Builder> |
Stage.serializableBuilderClass() |
Copyright © 2021. All rights reserved.