public static interface Page.Builder extends SdkPojo, CopyableBuilder<Page.Builder,Page>
| Modifier and Type | Method and Description |
|---|---|
Page.Builder |
contactArn(String contactArn)
The ARN of the contact that Incident Manager is engaging.
|
Page.Builder |
deliveryTime(Instant deliveryTime)
The time the message was delivered to the contact channel.
|
Page.Builder |
engagementArn(String engagementArn)
The ARN of the engagement that this page is part of.
|
Page.Builder |
incidentId(String incidentId)
The ARN of the incident that's engaging the contact channel.
|
Page.Builder |
pageArn(String pageArn)
The Amazon Resource Name (ARN) of the page to the contact channel.
|
Page.Builder |
readTime(Instant readTime)
The time that the contact channel acknowledged engagement.
|
Page.Builder |
sender(String sender)
The user that started the engagement.
|
Page.Builder |
sentTime(Instant sentTime)
The time that Incident Manager engaged the contact channel.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPage.Builder pageArn(String pageArn)
The Amazon Resource Name (ARN) of the page to the contact channel.
pageArn - The Amazon Resource Name (ARN) of the page to the contact channel.Page.Builder engagementArn(String engagementArn)
The ARN of the engagement that this page is part of.
engagementArn - The ARN of the engagement that this page is part of.Page.Builder contactArn(String contactArn)
The ARN of the contact that Incident Manager is engaging.
contactArn - The ARN of the contact that Incident Manager is engaging.Page.Builder sender(String sender)
The user that started the engagement.
sender - The user that started the engagement.Page.Builder incidentId(String incidentId)
The ARN of the incident that's engaging the contact channel.
incidentId - The ARN of the incident that's engaging the contact channel.Page.Builder sentTime(Instant sentTime)
The time that Incident Manager engaged the contact channel.
sentTime - The time that Incident Manager engaged the contact channel.Page.Builder deliveryTime(Instant deliveryTime)
The time the message was delivered to the contact channel.
deliveryTime - The time the message was delivered to the contact channel.Page.Builder readTime(Instant readTime)
The time that the contact channel acknowledged engagement.
readTime - The time that the contact channel acknowledged engagement.Copyright © 2022. All rights reserved.