Interface Notification.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Notification.Builder,,- Notification> - SdkBuilder<Notification.Builder,,- Notification> - SdkPojo
- Enclosing class:
- Notification
@Mutable
@NotThreadSafe
public static interface Notification.Builder
extends SdkPojo, CopyableBuilder<Notification.Builder,Notification> 
- 
Method SummaryModifier and TypeMethodDescriptionassessmentId(String assessmentId) The identifier for the assessment.assessmentName(String assessmentName) The name of the related assessment.controlSetId(String controlSetId) The identifier for the control set.controlSetName(String controlSetName) Specifies the name of the control set that the notification is about.description(String description) The description of the notification.The time when the notification was sent.The unique identifier for the notification.The sender of the notification.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
idThe unique identifier for the notification. - Parameters:
- id- The unique identifier for the notification.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
assessmentIdThe identifier for the assessment. - Parameters:
- assessmentId- The identifier for the assessment.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
assessmentNameThe name of the related assessment. - Parameters:
- assessmentName- The name of the related assessment.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
controlSetIdThe identifier for the control set. - Parameters:
- controlSetId- The identifier for the control set.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
controlSetNameSpecifies the name of the control set that the notification is about. - Parameters:
- controlSetName- Specifies the name of the control set that the notification is about.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
descriptionThe description of the notification. - Parameters:
- description- The description of the notification.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
eventTimeThe time when the notification was sent. - Parameters:
- eventTime- The time when the notification was sent.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceThe sender of the notification. - Parameters:
- source- The sender of the notification.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-