static SyncBlocker.Builder |
SyncBlocker.builder() |
|
SyncBlocker.Builder |
SyncBlocker.Builder.contexts(Collection<SyncBlockerContext> contexts) |
The contexts for the sync blocker.
|
SyncBlocker.Builder |
SyncBlocker.Builder.contexts(Consumer<SyncBlockerContext.Builder>... contexts) |
The contexts for the sync blocker.
|
SyncBlocker.Builder |
SyncBlocker.Builder.contexts(SyncBlockerContext... contexts) |
The contexts for the sync blocker.
|
SyncBlocker.Builder |
SyncBlocker.Builder.createdAt(Instant createdAt) |
The time when the sync blocker was created.
|
SyncBlocker.Builder |
SyncBlocker.Builder.createdReason(String createdReason) |
The reason why the sync blocker was created.
|
SyncBlocker.Builder |
SyncBlocker.Builder.id(String id) |
The ID of the sync blocker.
|
SyncBlocker.Builder |
SyncBlocker.Builder.resolvedAt(Instant resolvedAt) |
The time the sync blocker was resolved.
|
SyncBlocker.Builder |
SyncBlocker.Builder.resolvedReason(String resolvedReason) |
The reason the sync blocker was resolved.
|
SyncBlocker.Builder |
SyncBlocker.Builder.status(String status) |
The status of the sync blocker.
|
SyncBlocker.Builder |
SyncBlocker.Builder.status(BlockerStatus status) |
The status of the sync blocker.
|
SyncBlocker.Builder |
SyncBlocker.toBuilder() |
|
SyncBlocker.Builder |
SyncBlocker.Builder.type(String type) |
The type of the sync blocker.
|
SyncBlocker.Builder |
SyncBlocker.Builder.type(BlockerType type) |
The type of the sync blocker.
|