| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
Contact.Builder |
Contact.Builder.alias(String alias)
The unique and identifiable alias of the contact or escalation plan.
|
static Contact.Builder |
Contact.builder() |
Contact.Builder |
Contact.Builder.contactArn(String contactArn)
The Amazon Resource Name (ARN) of the contact or escalation plan.
|
Contact.Builder |
Contact.Builder.displayName(String displayName)
The full name of the contact or escalation plan.
|
Contact.Builder |
Contact.toBuilder() |
Contact.Builder |
Contact.Builder.type(ContactType type)
Refers to the type of contact.
|
Contact.Builder |
Contact.Builder.type(String type)
Refers to the type of contact.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Contact.Builder> |
Contact.serializableBuilderClass() |
Copyright © 2022. All rights reserved.