public static interface DescribeEngagementResponse.Builder extends SsmContactsResponse.Builder, SdkPojo, CopyableBuilder<DescribeEngagementResponse.Builder,DescribeEngagementResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeEngagementResponse.Builder |
contactArn(String contactArn)
The ARN of the escalation plan or contacts involved in the engagement.
|
DescribeEngagementResponse.Builder |
content(String content)
The secure content of the message that was sent to the contact.
|
DescribeEngagementResponse.Builder |
engagementArn(String engagementArn)
The ARN of the engagement.
|
DescribeEngagementResponse.Builder |
incidentId(String incidentId)
The ARN of the incident in which the engagement occurred.
|
DescribeEngagementResponse.Builder |
publicContent(String publicContent)
The insecure content of the message that was sent to the contact.
|
DescribeEngagementResponse.Builder |
publicSubject(String publicSubject)
The insecure subject of the message that was sent to the contact.
|
DescribeEngagementResponse.Builder |
sender(String sender)
The user that started the engagement.
|
DescribeEngagementResponse.Builder |
startTime(Instant startTime)
The time that the engagement started.
|
DescribeEngagementResponse.Builder |
stopTime(Instant stopTime)
The time that the engagement ended.
|
DescribeEngagementResponse.Builder |
subject(String subject)
The secure subject of the message that was sent to the contact.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEngagementResponse.Builder contactArn(String contactArn)
The ARN of the escalation plan or contacts involved in the engagement.
contactArn - The ARN of the escalation plan or contacts involved in the engagement.DescribeEngagementResponse.Builder engagementArn(String engagementArn)
The ARN of the engagement.
engagementArn - The ARN of the engagement.DescribeEngagementResponse.Builder sender(String sender)
The user that started the engagement.
sender - The user that started the engagement.DescribeEngagementResponse.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.DescribeEngagementResponse.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.DescribeEngagementResponse.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.DescribeEngagementResponse.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.DescribeEngagementResponse.Builder incidentId(String incidentId)
The ARN of the incident in which the engagement occurred.
incidentId - The ARN of the incident in which the engagement occurred.DescribeEngagementResponse.Builder startTime(Instant startTime)
The time that the engagement started.
startTime - The time that the engagement started.DescribeEngagementResponse.Builder stopTime(Instant stopTime)
The time that the engagement ended.
stopTime - The time that the engagement ended.Copyright © 2022. All rights reserved.