| Package | Description |
|---|---|
| software.amazon.awssdk.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
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(BlockerStatus status)
The status of the sync blocker.
|
SyncBlocker.Builder |
SyncBlocker.Builder.status(String status)
The status of the sync blocker.
|
SyncBlocker.Builder |
SyncBlocker.toBuilder() |
SyncBlocker.Builder |
SyncBlocker.Builder.type(BlockerType type)
The type of the sync blocker.
|
SyncBlocker.Builder |
SyncBlocker.Builder.type(String type)
The type of the sync blocker.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SyncBlocker.Builder> |
SyncBlocker.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateServiceSyncBlockerResponse.Builder |
UpdateServiceSyncBlockerResponse.Builder.serviceSyncBlocker(Consumer<SyncBlocker.Builder> serviceSyncBlocker)
The detailed data on the service sync blocker that was updated.
|
Copyright © 2023. All rights reserved.