public static interface ServiceSyncBlockerSummary.Builder extends SdkPojo, CopyableBuilder<ServiceSyncBlockerSummary.Builder,ServiceSyncBlockerSummary>
| Modifier and Type | Method and Description |
|---|---|
ServiceSyncBlockerSummary.Builder |
latestBlockers(Collection<SyncBlocker> latestBlockers)
The latest active blockers for the synced service.
|
ServiceSyncBlockerSummary.Builder |
latestBlockers(Consumer<SyncBlocker.Builder>... latestBlockers)
The latest active blockers for the synced service.
|
ServiceSyncBlockerSummary.Builder |
latestBlockers(SyncBlocker... latestBlockers)
The latest active blockers for the synced service.
|
ServiceSyncBlockerSummary.Builder |
serviceInstanceName(String serviceInstanceName)
The name of the service instance that you want sync your service configuration with.
|
ServiceSyncBlockerSummary.Builder |
serviceName(String serviceName)
The name of the service that you want to get the sync blocker summary for.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServiceSyncBlockerSummary.Builder latestBlockers(Collection<SyncBlocker> latestBlockers)
The latest active blockers for the synced service.
latestBlockers - The latest active blockers for the synced service.ServiceSyncBlockerSummary.Builder latestBlockers(SyncBlocker... latestBlockers)
The latest active blockers for the synced service.
latestBlockers - The latest active blockers for the synced service.ServiceSyncBlockerSummary.Builder latestBlockers(Consumer<SyncBlocker.Builder>... latestBlockers)
The latest active blockers for the synced service.
This is a convenience method that creates an instance of theSyncBlocker.Builder avoiding the need to create one
manually via SyncBlocker.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #latestBlockers(List.
latestBlockers - a consumer that will call methods on
SyncBlocker.Builder#latestBlockers(java.util.Collection) ServiceSyncBlockerSummary.Builder serviceInstanceName(String serviceInstanceName)
The name of the service instance that you want sync your service configuration with.
serviceInstanceName - The name of the service instance that you want sync your service configuration with.ServiceSyncBlockerSummary.Builder serviceName(String serviceName)
The name of the service that you want to get the sync blocker summary for. If given a service instance name and a service name, it will return the blockers only applying to the instance that is blocked.
If given only a service name, it will return the blockers that apply to all of the instances. In order to get the blockers for a single instance, you will need to make two distinct calls, one to get the sync blocker summary for the service and the other to get the sync blocker for the service instance.
serviceName - The name of the service that you want to get the sync blocker summary for. If given a service instance
name and a service name, it will return the blockers only applying to the instance that is
blocked.
If given only a service name, it will return the blockers that apply to all of the instances. In order to get the blockers for a single instance, you will need to make two distinct calls, one to get the sync blocker summary for the service and the other to get the sync blocker for the service instance.
Copyright © 2023. All rights reserved.