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