public static class TaggingWorkRequestErrorSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TaggingWorkRequestErrorSummary |
build() |
TaggingWorkRequestErrorSummary.Builder |
code(String code)
A machine-usable code for the error that occured.
|
TaggingWorkRequestErrorSummary.Builder |
copy(TaggingWorkRequestErrorSummary model) |
TaggingWorkRequestErrorSummary.Builder |
message(String message)
A human-readable error string.
|
TaggingWorkRequestErrorSummary.Builder |
timestamp(Date timestamp)
Date and time the error happened, in the format defined by RFC3339.
|
public TaggingWorkRequestErrorSummary.Builder code(String code)
A machine-usable code for the error that occured.
code
- the value to setpublic TaggingWorkRequestErrorSummary.Builder message(String message)
A human-readable error string.
message
- the value to setpublic TaggingWorkRequestErrorSummary.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 TaggingWorkRequestErrorSummary build()
public TaggingWorkRequestErrorSummary.Builder copy(TaggingWorkRequestErrorSummary model)
Copyright © 2016–2024. All rights reserved.