public static interface UpdateServiceSyncBlockerResponse.Builder extends ProtonResponse.Builder, SdkPojo, CopyableBuilder<UpdateServiceSyncBlockerResponse.Builder,UpdateServiceSyncBlockerResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateServiceSyncBlockerResponse.Builder |
serviceInstanceName(String serviceInstanceName)
The name of the service instance that you want to update the service sync blocker for.
|
UpdateServiceSyncBlockerResponse.Builder |
serviceName(String serviceName)
The name of the service that you want to update the service sync blocker for.
|
default UpdateServiceSyncBlockerResponse.Builder |
serviceSyncBlocker(Consumer<SyncBlocker.Builder> serviceSyncBlocker)
The detailed data on the service sync blocker that was updated.
|
UpdateServiceSyncBlockerResponse.Builder |
serviceSyncBlocker(SyncBlocker serviceSyncBlocker)
The detailed data on the service sync blocker that was updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateServiceSyncBlockerResponse.Builder serviceInstanceName(String serviceInstanceName)
The name of the service instance that you want to update the service sync blocker for.
serviceInstanceName - The name of the service instance that you want to update the service sync blocker for.UpdateServiceSyncBlockerResponse.Builder serviceName(String serviceName)
The name of the service that you want to update the service sync blocker for.
serviceName - The name of the service that you want to update the service sync blocker for.UpdateServiceSyncBlockerResponse.Builder serviceSyncBlocker(SyncBlocker serviceSyncBlocker)
The detailed data on the service sync blocker that was updated.
serviceSyncBlocker - The detailed data on the service sync blocker that was updated.default UpdateServiceSyncBlockerResponse.Builder serviceSyncBlocker(Consumer<SyncBlocker.Builder> serviceSyncBlocker)
The detailed data on the service sync blocker that was updated.
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 serviceSyncBlocker(SyncBlocker).
serviceSyncBlocker - a consumer that will call methods on SyncBlocker.BuilderserviceSyncBlocker(SyncBlocker)Copyright © 2023. All rights reserved.