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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FleetErrorDetails
build()
FleetErrorDetails.Builder
copy(FleetErrorDetails model)
FleetErrorDetails.Builder
details(String details)
Optional string containing additional details.FleetErrorDetails.Builder
reason(FleetErrorReason reason)
The fleet error reason.FleetErrorDetails.Builder
timeLastSeen(Date timeLastSeen)
The date and time the resource was last reported to JMS.
-
-
-
Method Detail
-
reason
public FleetErrorDetails.Builder reason(FleetErrorReason reason)
The fleet error reason.- Parameters:
reason
- the value to set- Returns:
- this builder
-
details
public FleetErrorDetails.Builder details(String details)
Optional string containing additional details.- Parameters:
details
- the value to set- Returns:
- this builder
-
timeLastSeen
public 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
-
build
public FleetErrorDetails build()
-
copy
public FleetErrorDetails.Builder copy(FleetErrorDetails model)
-
-