static OperationEvent.Builder |
OperationEvent.builder() |
|
OperationEvent.Builder |
OperationEvent.Builder.description(String description) |
A description of the operation event.
|
default OperationEvent.Builder |
OperationEvent.Builder.resource(Consumer<Resource.Builder> resource) |
The resource involved in the operations event.
|
OperationEvent.Builder |
OperationEvent.Builder.resource(Resource resource) |
The resource involved in the operations event.
|
OperationEvent.Builder |
OperationEvent.Builder.status(String status) |
The status of the operation event.
|
OperationEvent.Builder |
OperationEvent.Builder.status(OperationEventStatus status) |
The status of the operation event.
|
OperationEvent.Builder |
OperationEvent.Builder.statusMessage(String statusMessage) |
The status message relating to a specific operation event.
|
OperationEvent.Builder |
OperationEvent.Builder.timestamp(Instant timestamp) |
The timestamp of the specified operation event.
|
OperationEvent.Builder |
OperationEvent.toBuilder() |
|