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(String type) |
The type of contact, either PERSONAL or ESCALATION.
|
GetContactResponse.Builder |
GetContactResponse.Builder.type(ContactType type) |
The type of contact, either PERSONAL or ESCALATION.
|