Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.DataSourceSummary.Builder
Packages that use DataSourceSummary.Builder
-
Uses of DataSourceSummary.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return DataSourceSummary.BuilderModifier and TypeMethodDescriptionstatic DataSourceSummary.BuilderDataSourceSummary.builder()DataSourceSummary.Builder.dataSourceId(String dataSourceId) The unique identifier of the data source.DataSourceSummary.Builder.description(String description) The description of the data source.DataSourceSummary.Builder.knowledgeBaseId(String knowledgeBaseId) The unique identifier of the knowledge base to which the data source belongs.The name of the data source.The status of the data source.DataSourceSummary.Builder.status(DataSourceStatus status) The status of the data source.DataSourceSummary.toBuilder()The time at which the data source was last updated.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type DataSourceSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DataSourceSummary.Builder>DataSourceSummary.serializableBuilderClass()