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