| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
static ContactTargetInfo.Builder |
ContactTargetInfo.builder() |
ContactTargetInfo.Builder |
ContactTargetInfo.Builder.contactId(String contactId)
The Amazon Resource Name (ARN) of the contact.
|
ContactTargetInfo.Builder |
ContactTargetInfo.Builder.isEssential(Boolean isEssential)
A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.
|
ContactTargetInfo.Builder |
ContactTargetInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ContactTargetInfo.Builder> |
ContactTargetInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Target.Builder |
Target.Builder.contactTargetInfo(Consumer<ContactTargetInfo.Builder> contactTargetInfo)
Information about the contact that Incident Manager is engaging.
|
Copyright © 2023. All rights reserved.