| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
GetContactResponse.Builder |
GetContactResponse.Builder.alias(String alias)
The alias of the contact or escalation plan.
|
static GetContactResponse.Builder |
GetContactResponse.builder() |
GetContactResponse.Builder |
GetContactResponse.Builder.contactArn(String contactArn)
The ARN of the contact or escalation plan.
|
GetContactResponse.Builder |
GetContactResponse.Builder.displayName(String displayName)
The full name of the contact or escalation plan.
|
default GetContactResponse.Builder |
GetContactResponse.Builder.plan(Consumer<Plan.Builder> plan)
Details about the specific timing or stages and targets of the escalation plan or engagement plan.
|
GetContactResponse.Builder |
GetContactResponse.Builder.plan(Plan plan)
Details about the specific timing or stages and targets of the escalation plan or engagement plan.
|
GetContactResponse.Builder |
GetContactResponse.toBuilder() |
GetContactResponse.Builder |
GetContactResponse.Builder.type(ContactType type)
The type of contact, either
PERSONAL or ESCALATION. |
GetContactResponse.Builder |
GetContactResponse.Builder.type(String type)
The type of contact, either
PERSONAL or ESCALATION. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetContactResponse.Builder> |
GetContactResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.