public static interface Notification.Builder extends SdkPojo, CopyableBuilder<Notification.Builder,Notification>
| Modifier and Type | Method and Description |
|---|---|
Notification.Builder |
assessmentId(String assessmentId)
The identifier for the assessment.
|
Notification.Builder |
assessmentName(String assessmentName)
The name of the related assessment.
|
Notification.Builder |
controlSetId(String controlSetId)
The identifier for the control set.
|
Notification.Builder |
controlSetName(String controlSetName)
Specifies the name of the control set that the notification is about.
|
Notification.Builder |
description(String description)
The description of the notification.
|
Notification.Builder |
eventTime(Instant eventTime)
The time when the notification was sent.
|
Notification.Builder |
id(String id)
The unique identifier for the notification.
|
Notification.Builder |
source(String source)
The sender of the notification.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNotification.Builder id(String id)
The unique identifier for the notification.
id - The unique identifier for the notification.Notification.Builder assessmentId(String assessmentId)
The identifier for the assessment.
assessmentId - The identifier for the assessment.Notification.Builder assessmentName(String assessmentName)
The name of the related assessment.
assessmentName - The name of the related assessment.Notification.Builder controlSetId(String controlSetId)
The identifier for the control set.
controlSetId - The identifier for the control set.Notification.Builder controlSetName(String controlSetName)
Specifies the name of the control set that the notification is about.
controlSetName - Specifies the name of the control set that the notification is about.Notification.Builder description(String description)
The description of the notification.
description - The description of the notification.Notification.Builder eventTime(Instant eventTime)
The time when the notification was sent.
eventTime - The time when the notification was sent.Notification.Builder source(String source)
The sender of the notification.
source - The sender of the notification.Copyright © 2022. All rights reserved.