public static class UpdateFindingDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateFindingDetails |
build() |
UpdateFindingDetails.Builder |
copy(UpdateFindingDetails model) |
UpdateFindingDetails.Builder |
justification(String justification)
User provided reason for accepting or modifying this finding if they choose to do so.
|
UpdateFindingDetails.Builder |
severity(Finding.Severity severity)
The severity of the finding as defined or changed by the user.
|
UpdateFindingDetails.Builder |
timeValidUntil(Date timeValidUntil)
The time until which the change in severity (deferred / modified) got the given finding
is valid.
|
public UpdateFindingDetails.Builder severity(Finding.Severity severity)
The severity of the finding as defined or changed by the user.
severity
- the value to setpublic UpdateFindingDetails.Builder justification(String justification)
User provided reason for accepting or modifying this finding if they choose to do so.
justification
- the value to setpublic UpdateFindingDetails.Builder timeValidUntil(Date timeValidUntil)
The time until which the change in severity (deferred / modified) got the given finding is valid.
timeValidUntil
- the value to setpublic UpdateFindingDetails build()
public UpdateFindingDetails.Builder copy(UpdateFindingDetails model)
Copyright © 2016–2024. All rights reserved.