Class SecurityAttributeWorkRequestLogSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.securityattribute.model.SecurityAttributeWorkRequestLogSummary.Builder
-
- Enclosing class:
- SecurityAttributeWorkRequestLogSummary
public static class SecurityAttributeWorkRequestLogSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
message
public SecurityAttributeWorkRequestLogSummary.Builder message(String message)
A human-readable error string.- Parameters:
message
- the value to set- Returns:
- this builder
-
timestamp
public 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
- Parameters:
timestamp
- the value to set- Returns:
- this builder
-
build
public SecurityAttributeWorkRequestLogSummary build()
-
copy
public SecurityAttributeWorkRequestLogSummary.Builder copy(SecurityAttributeWorkRequestLogSummary model)
-
-