public static interface DescribePageResponse.Builder extends SsmContactsResponse.Builder, SdkPojo, CopyableBuilder<DescribePageResponse.Builder,DescribePageResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribePageResponse.Builder |
contactArn(String contactArn)
The ARN of the contact that was engaged.
|
DescribePageResponse.Builder |
content(String content)
The secure content of the message that was sent to the contact.
|
DescribePageResponse.Builder |
deliveryTime(Instant deliveryTime)
The time that the contact channel received the engagement.
|
DescribePageResponse.Builder |
engagementArn(String engagementArn)
The ARN of the engagement that engaged the contact channel.
|
DescribePageResponse.Builder |
incidentId(String incidentId)
The ARN of the incident that engaged the contact channel.
|
DescribePageResponse.Builder |
pageArn(String pageArn)
The Amazon Resource Name (ARN) of the engagement to a contact channel.
|
DescribePageResponse.Builder |
publicContent(String publicContent)
The insecure content of the message that was sent to the contact.
|
DescribePageResponse.Builder |
publicSubject(String publicSubject)
The insecure subject of the message that was sent to the contact.
|
DescribePageResponse.Builder |
readTime(Instant readTime)
The time that the contact channel acknowledged the engagement.
|
DescribePageResponse.Builder |
sender(String sender)
The user that started the engagement.
|
DescribePageResponse.Builder |
sentTime(Instant sentTime)
The time the engagement was sent to the contact channel.
|
DescribePageResponse.Builder |
subject(String subject)
The secure subject of the message that was sent to the contact.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribePageResponse.Builder pageArn(String pageArn)
The Amazon Resource Name (ARN) of the engagement to a contact channel.
pageArn - The Amazon Resource Name (ARN) of the engagement to a contact channel.DescribePageResponse.Builder engagementArn(String engagementArn)
The ARN of the engagement that engaged the contact channel.
engagementArn - The ARN of the engagement that engaged the contact channel.DescribePageResponse.Builder contactArn(String contactArn)
The ARN of the contact that was engaged.
contactArn - The ARN of the contact that was engaged.DescribePageResponse.Builder sender(String sender)
The user that started the engagement.
sender - The user that started the engagement.DescribePageResponse.Builder subject(String subject)
The secure subject of the message that was sent to the contact. Use this field for engagements to
VOICE and EMAIL.
subject - The secure subject of the message that was sent to the contact. Use this field for engagements to
VOICE and EMAIL.DescribePageResponse.Builder content(String content)
The secure content of the message that was sent to the contact. Use this field for engagements to
VOICE and EMAIL.
content - The secure content of the message that was sent to the contact. Use this field for engagements to
VOICE and EMAIL.DescribePageResponse.Builder publicSubject(String publicSubject)
The insecure subject of the message that was sent to the contact. Use this field for engagements to
SMS.
publicSubject - The insecure subject of the message that was sent to the contact. Use this field for engagements to
SMS.DescribePageResponse.Builder publicContent(String publicContent)
The insecure content of the message that was sent to the contact. Use this field for engagements to
SMS.
publicContent - The insecure content of the message that was sent to the contact. Use this field for engagements to
SMS.DescribePageResponse.Builder incidentId(String incidentId)
The ARN of the incident that engaged the contact channel.
incidentId - The ARN of the incident that engaged the contact channel.DescribePageResponse.Builder sentTime(Instant sentTime)
The time the engagement was sent to the contact channel.
sentTime - The time the engagement was sent to the contact channel.DescribePageResponse.Builder readTime(Instant readTime)
The time that the contact channel acknowledged the engagement.
readTime - The time that the contact channel acknowledged the engagement.DescribePageResponse.Builder deliveryTime(Instant deliveryTime)
The time that the contact channel received the engagement.
deliveryTime - The time that the contact channel received the engagement.Copyright © 2021. All rights reserved.