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