Uses of Interface
software.amazon.awssdk.services.kendra.model.DataSourceGroup.Builder
-
Packages that use DataSourceGroup.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of DataSourceGroup.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return DataSourceGroup.Builder Modifier and Type Method Description static DataSourceGroup.BuilderDataSourceGroup. builder()DataSourceGroup.BuilderDataSourceGroup.Builder. dataSourceId(String dataSourceId)The identifier of the data source group you want to add to your list of data source groups.DataSourceGroup.BuilderDataSourceGroup.Builder. groupId(String groupId)The identifier of the group you want to add to your list of groups.DataSourceGroup.BuilderDataSourceGroup. toBuilder()Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type DataSourceGroup.Builder Modifier and Type Method Description static Class<? extends DataSourceGroup.Builder>DataSourceGroup. serializableBuilderClass()
-