Package com.oracle.bmc.jms.model
Class FleetErrorDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.jms.model.FleetErrorDetails.Builder
 
- 
- Enclosing class:
- FleetErrorDetails
 
 public static class FleetErrorDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FleetErrorDetailsbuild()FleetErrorDetails.Buildercopy(FleetErrorDetails model)FleetErrorDetails.Builderdetails(String details)Optional string containing additional details.FleetErrorDetails.Builderreason(FleetErrorReason reason)The fleet error reason.FleetErrorDetails.BuildertimeLastSeen(Date timeLastSeen)The date and time the resource was last reported to JMS.
 
- 
- 
- 
Method Detail- 
reasonpublic FleetErrorDetails.Builder reason(FleetErrorReason reason) The fleet error reason.- Parameters:
- reason- the value to set
- Returns:
- this builder
 
 - 
detailspublic FleetErrorDetails.Builder details(String details) Optional string containing additional details.- Parameters:
- details- the value to set
- Returns:
- this builder
 
 - 
timeLastSeenpublic FleetErrorDetails.Builder timeLastSeen(Date timeLastSeen) The date and time the resource was last reported to JMS.This is potentially after the specified time period provided by the filters. For example, a resource can be last reported to JMS before the start of a specified time period, if it is also reported during the time period. - Parameters:
- timeLastSeen- the value to set
- Returns:
- this builder
 
 - 
buildpublic FleetErrorDetails build() 
 - 
copypublic FleetErrorDetails.Builder copy(FleetErrorDetails model) 
 
- 
 
-