Interface SyncBlockerContext.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SyncBlockerContext.Builder,SyncBlockerContext>, SdkBuilder<SyncBlockerContext.Builder,SyncBlockerContext>, SdkPojo
Enclosing class:
SyncBlockerContext

public static interface SyncBlockerContext.Builder extends SdkPojo, CopyableBuilder<SyncBlockerContext.Builder,SyncBlockerContext>
  • Method Details

    • key

      The key provided for a context key-value pair for a specific sync blocker.

      Parameters:
      key - The key provided for a context key-value pair for a specific sync blocker.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The value provided for a context key-value pair for a specific sync blocker.

      Parameters:
      value - The value provided for a context key-value pair for a specific sync blocker.
      Returns:
      Returns a reference to this object so that method calls can be chained together.