Interface DataSourceGroup.Builder

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

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

    • groupId

      DataSourceGroup.Builder groupId(String groupId)

      The identifier of the group you want to add to your list of groups. This is for filtering search results based on the groups' access to documents.

      Parameters:
      groupId - The identifier of the group you want to add to your list of groups. This is for filtering search results based on the groups' access to documents.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataSourceId

      DataSourceGroup.Builder dataSourceId(String dataSourceId)

      The identifier of the data source group you want to add to your list of data source groups. This is for filtering search results based on the groups' access to documents in that data source.

      Parameters:
      dataSourceId - The identifier of the data source group you want to add to your list of data source groups. This is for filtering search results based on the groups' access to documents in that data source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.