public static interface Engagement.Builder extends SdkPojo, CopyableBuilder<Engagement.Builder,Engagement>
| Modifier and Type | Method and Description |
|---|---|
Engagement.Builder |
contactArn(String contactArn)
The ARN of the escalation plan or contact that Incident Manager is engaging.
|
Engagement.Builder |
engagementArn(String engagementArn)
The Amazon Resource Name (ARN) of the engagement.
|
Engagement.Builder |
incidentId(String incidentId)
The ARN of the incident that's engaging the contact.
|
Engagement.Builder |
sender(String sender)
The user that started the engagement.
|
Engagement.Builder |
startTime(Instant startTime)
The time that the engagement began.
|
Engagement.Builder |
stopTime(Instant stopTime)
The time that the engagement ended.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEngagement.Builder engagementArn(String engagementArn)
The Amazon Resource Name (ARN) of the engagement.
engagementArn - The Amazon Resource Name (ARN) of the engagement.Engagement.Builder contactArn(String contactArn)
The ARN of the escalation plan or contact that Incident Manager is engaging.
contactArn - The ARN of the escalation plan or contact that Incident Manager is engaging.Engagement.Builder sender(String sender)
The user that started the engagement.
sender - The user that started the engagement.Engagement.Builder incidentId(String incidentId)
The ARN of the incident that's engaging the contact.
incidentId - The ARN of the incident that's engaging the contact.Engagement.Builder startTime(Instant startTime)
The time that the engagement began.
startTime - The time that the engagement began.Engagement.Builder stopTime(Instant stopTime)
The time that the engagement ended.
stopTime - The time that the engagement ended.Copyright © 2023. All rights reserved.