Uses of Interface
software.amazon.awssdk.services.qbusiness.model.EligibleDataSource.Builder
-
Packages that use EligibleDataSource.Builder Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of EligibleDataSource.Builder in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return EligibleDataSource.Builder Modifier and Type Method Description static EligibleDataSource.BuilderEligibleDataSource. builder()EligibleDataSource.BuilderEligibleDataSource.Builder. dataSourceId(String dataSourceId)The identifier of the data source.EligibleDataSource.BuilderEligibleDataSource.Builder. indexId(String indexId)The identifier of the index the data source is attached to.EligibleDataSource.BuilderEligibleDataSource. toBuilder()Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type EligibleDataSource.Builder Modifier and Type Method Description static Class<? extends EligibleDataSource.Builder>EligibleDataSource. serializableBuilderClass()
-