public static interface ResolutionContact.Builder extends SdkPojo, CopyableBuilder<ResolutionContact.Builder,ResolutionContact>
| Modifier and Type | Method and Description |
|---|---|
ResolutionContact.Builder |
contactArn(String contactArn)
The Amazon Resource Name (ARN) of a contact in the engagement resolution process.
|
ResolutionContact.Builder |
stageIndex(Integer stageIndex)
The stage in the escalation plan that resolves to this contact.
|
ResolutionContact.Builder |
type(ContactType type)
The type of contact for a resolution step.
|
ResolutionContact.Builder |
type(String type)
The type of contact for a resolution step.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResolutionContact.Builder contactArn(String contactArn)
The Amazon Resource Name (ARN) of a contact in the engagement resolution process.
contactArn - The Amazon Resource Name (ARN) of a contact in the engagement resolution process.ResolutionContact.Builder type(String type)
The type of contact for a resolution step.
type - The type of contact for a resolution step.ContactType,
ContactTypeResolutionContact.Builder type(ContactType type)
The type of contact for a resolution step.
type - The type of contact for a resolution step.ContactType,
ContactTypeResolutionContact.Builder stageIndex(Integer stageIndex)
The stage in the escalation plan that resolves to this contact.
stageIndex - The stage in the escalation plan that resolves to this contact.Copyright © 2023. All rights reserved.