Interface ContextSource.Builder

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

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

    • sourceUri

      ContextSource.Builder sourceUri(String sourceUri)

      The URI of the source.

      Parameters:
      sourceUri - The URI of the source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sourceType

      ContextSource.Builder sourceType(String sourceType)

      The type of the source.

      Parameters:
      sourceType - The type of the source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sourceId

      ContextSource.Builder sourceId(String sourceId)

      The ID of the source.

      Parameters:
      sourceId - The ID of the source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.