public static class SecurityAttributeWorkRequestErrorSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SecurityAttributeWorkRequestErrorSummary |
build() |
SecurityAttributeWorkRequestErrorSummary.Builder |
code(String code)
A machine-usable code for the error that occured.
|
SecurityAttributeWorkRequestErrorSummary.Builder |
copy(SecurityAttributeWorkRequestErrorSummary model) |
SecurityAttributeWorkRequestErrorSummary.Builder |
message(String message)
A human-readable error string.
|
SecurityAttributeWorkRequestErrorSummary.Builder |
timestamp(Date timestamp)
Date and time the error happened, in the format defined by RFC3339.
|
public SecurityAttributeWorkRequestErrorSummary.Builder code(String code)
A machine-usable code for the error that occured.
code
- the value to setpublic SecurityAttributeWorkRequestErrorSummary.Builder message(String message)
A human-readable error string.
message
- the value to setpublic SecurityAttributeWorkRequestErrorSummary.Builder timestamp(Date timestamp)
Date and time the error happened, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
timestamp
- the value to setpublic SecurityAttributeWorkRequestErrorSummary build()
public SecurityAttributeWorkRequestErrorSummary.Builder copy(SecurityAttributeWorkRequestErrorSummary model)
Copyright © 2016–2024. All rights reserved.