public static interface Contact.Builder extends SdkPojo, CopyableBuilder<Contact.Builder,Contact>
| Modifier and Type | Method and Description |
|---|---|
Contact.Builder |
alias(String alias)
The unique and identifiable alias of the contact or escalation plan.
|
Contact.Builder |
contactArn(String contactArn)
The Amazon Resource Name (ARN) of the contact or escalation plan.
|
Contact.Builder |
displayName(String displayName)
The full name of the contact or escalation plan.
|
Contact.Builder |
type(ContactType type)
Refers to the type of contact.
|
Contact.Builder |
type(String type)
Refers to the type of contact.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContact.Builder contactArn(String contactArn)
The Amazon Resource Name (ARN) of the contact or escalation plan.
contactArn - The Amazon Resource Name (ARN) of the contact or escalation plan.Contact.Builder alias(String alias)
The unique and identifiable alias of the contact or escalation plan.
alias - The unique and identifiable alias of the contact or escalation plan.Contact.Builder displayName(String displayName)
The full name of the contact or escalation plan.
displayName - The full name of the contact or escalation plan.Contact.Builder type(String type)
Refers to the type of contact. A single contact is type PERSONAL and an escalation plan is type
ESCALATION.
type - Refers to the type of contact. A single contact is type PERSONAL and an escalation plan
is type ESCALATION.ContactType,
ContactTypeContact.Builder type(ContactType type)
Refers to the type of contact. A single contact is type PERSONAL and an escalation plan is type
ESCALATION.
type - Refers to the type of contact. A single contact is type PERSONAL and an escalation plan
is type ESCALATION.ContactType,
ContactTypeCopyright © 2023. All rights reserved.