public static class IamWorkRequestErrorSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
IamWorkRequestErrorSummary |
build() |
IamWorkRequestErrorSummary.Builder |
code(String code)
A machine-usable code for the error that occured.
|
IamWorkRequestErrorSummary.Builder |
copy(IamWorkRequestErrorSummary model) |
IamWorkRequestErrorSummary.Builder |
message(String message)
A human-readable error string.
|
IamWorkRequestErrorSummary.Builder |
timestamp(Date timestamp)
The date and time the error occurred.
|
public IamWorkRequestErrorSummary.Builder code(String code)
A machine-usable code for the error that occured.
code
- the value to setpublic IamWorkRequestErrorSummary.Builder message(String message)
A human-readable error string.
message
- the value to setpublic IamWorkRequestErrorSummary.Builder timestamp(Date timestamp)
The date and time the error occurred.
timestamp
- the value to setpublic IamWorkRequestErrorSummary build()
public IamWorkRequestErrorSummary.Builder copy(IamWorkRequestErrorSummary model)
Copyright © 2016–2024. All rights reserved.