Interface UserDetails.Builder

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

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

    • userName

      UserDetails.Builder userName(String userName)

      A unique string that identifies a Transfer Family user associated with a server.

      Parameters:
      userName - A unique string that identifies a Transfer Family user associated with a server.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • serverId

      UserDetails.Builder serverId(String serverId)

      The system-assigned unique identifier for a Transfer server instance.

      Parameters:
      serverId - The system-assigned unique identifier for a Transfer server instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sessionId

      UserDetails.Builder sessionId(String sessionId)

      The system-assigned unique identifier for a session that corresponds to the workflow.

      Parameters:
      sessionId - The system-assigned unique identifier for a session that corresponds to the workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.