CopyableBuilder<AssessmentRunNotification.Builder,AssessmentRunNotification>, SdkBuilder<AssessmentRunNotification.Builder,AssessmentRunNotification>public static interface AssessmentRunNotification.Builder extends CopyableBuilder<AssessmentRunNotification.Builder,AssessmentRunNotification>
| Modifier and Type | Method | Description |
|---|---|---|
AssessmentRunNotification.Builder |
date(Date dateValue) |
The date of the notification.
|
AssessmentRunNotification.Builder |
error(Boolean error) |
The Boolean value that specifies whether the notification represents an error.
|
AssessmentRunNotification.Builder |
event(String event) |
The event for which a notification is sent.
|
AssessmentRunNotification.Builder |
event(InspectorEvent event) |
The event for which a notification is sent.
|
AssessmentRunNotification.Builder |
message(String message) |
The message included in the notification.
|
AssessmentRunNotification.Builder |
snsPublishStatusCode(String snsPublishStatusCode) |
The status code of the SNS notification.
|
AssessmentRunNotification.Builder |
snsPublishStatusCode(AssessmentRunNotificationSnsStatusCode snsPublishStatusCode) |
The status code of the SNS notification.
|
AssessmentRunNotification.Builder |
snsTopicArn(String snsTopicArn) |
The SNS topic to which the SNS notification is sent.
|
copyapply, buildAssessmentRunNotification.Builder date(Date dateValue)
The date of the notification.
dateValue - The date of the notification.AssessmentRunNotification.Builder event(String event)
The event for which a notification is sent.
event - The event for which a notification is sent.InspectorEventAssessmentRunNotification.Builder event(InspectorEvent event)
The event for which a notification is sent.
event - The event for which a notification is sent.InspectorEventAssessmentRunNotification.Builder message(String message)
The message included in the notification.
message - The message included in the notification.AssessmentRunNotification.Builder error(Boolean error)
The Boolean value that specifies whether the notification represents an error.
error - The Boolean value that specifies whether the notification represents an error.AssessmentRunNotification.Builder snsTopicArn(String snsTopicArn)
The SNS topic to which the SNS notification is sent.
snsTopicArn - The SNS topic to which the SNS notification is sent.AssessmentRunNotification.Builder snsPublishStatusCode(String snsPublishStatusCode)
The status code of the SNS notification.
snsPublishStatusCode - The status code of the SNS notification.AssessmentRunNotificationSnsStatusCodeAssessmentRunNotification.Builder snsPublishStatusCode(AssessmentRunNotificationSnsStatusCode snsPublishStatusCode)
The status code of the SNS notification.
snsPublishStatusCode - The status code of the SNS notification.AssessmentRunNotificationSnsStatusCodeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.