public static class FleetErrorDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public FleetErrorDetails.Builder reason(FleetErrorReason reason)
The fleet error reason.
reason
- the value to setpublic FleetErrorDetails.Builder details(String details)
Optional string containing additional details.
details
- the value to setpublic 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.
timeLastSeen
- the value to setpublic FleetErrorDetails build()
public FleetErrorDetails.Builder copy(FleetErrorDetails model)
Copyright © 2016–2025. All rights reserved.