Interface UpdateServiceSyncBlockerResponse.Builder

    • Method Detail

      • serviceInstanceName

        UpdateServiceSyncBlockerResponse.Builder serviceInstanceName​(String serviceInstanceName)

        The name of the service instance that you want to update the service sync blocker for.

        Parameters:
        serviceInstanceName - The name of the service instance that you want to update the service sync blocker for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceName

        UpdateServiceSyncBlockerResponse.Builder serviceName​(String serviceName)

        The name of the service that you want to update the service sync blocker for.

        Parameters:
        serviceName - The name of the service that you want to update the service sync blocker for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceSyncBlocker

        UpdateServiceSyncBlockerResponse.Builder serviceSyncBlocker​(SyncBlocker serviceSyncBlocker)

        The detailed data on the service sync blocker that was updated.

        Parameters:
        serviceSyncBlocker - The detailed data on the service sync blocker that was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.