public static interface DataSourceSummary.Builder extends SdkPojo, CopyableBuilder<DataSourceSummary.Builder,DataSourceSummary>
| Modifier and Type | Method and Description |
|---|---|
DataSourceSummary.Builder |
createdAt(Instant createdAt)
The Unix timestamp when the data source connector was created.
|
DataSourceSummary.Builder |
id(String id)
The identifier for the data source.
|
DataSourceSummary.Builder |
languageCode(String languageCode)
The code for a language.
|
DataSourceSummary.Builder |
name(String name)
The name of the data source.
|
DataSourceSummary.Builder |
status(DataSourceStatus status)
The status of the data source.
|
DataSourceSummary.Builder |
status(String status)
The status of the data source.
|
DataSourceSummary.Builder |
type(DataSourceType type)
The type of the data source.
|
DataSourceSummary.Builder |
type(String type)
The type of the data source.
|
DataSourceSummary.Builder |
updatedAt(Instant updatedAt)
The Unix timestamp when the data source connector was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataSourceSummary.Builder name(String name)
The name of the data source.
name - The name of the data source.DataSourceSummary.Builder id(String id)
The identifier for the data source.
id - The identifier for the data source.DataSourceSummary.Builder type(String type)
The type of the data source.
type - The type of the data source.DataSourceType,
DataSourceTypeDataSourceSummary.Builder type(DataSourceType type)
The type of the data source.
type - The type of the data source.DataSourceType,
DataSourceTypeDataSourceSummary.Builder createdAt(Instant createdAt)
The Unix timestamp when the data source connector was created.
createdAt - The Unix timestamp when the data source connector was created.DataSourceSummary.Builder updatedAt(Instant updatedAt)
The Unix timestamp when the data source connector was last updated.
updatedAt - The Unix timestamp when the data source connector was last updated.DataSourceSummary.Builder status(String status)
The status of the data source. When the status is ACTIVE the data source is ready to use.
status - The status of the data source. When the status is ACTIVE the data source is ready to use.DataSourceStatus,
DataSourceStatusDataSourceSummary.Builder status(DataSourceStatus status)
The status of the data source. When the status is ACTIVE the data source is ready to use.
status - The status of the data source. When the status is ACTIVE the data source is ready to use.DataSourceStatus,
DataSourceStatusDataSourceSummary.Builder languageCode(String languageCode)
The code for a language. This shows a supported language for all documents in the data source. English is supported by default. For more information on supported languages, including their codes, see Adding documents in languages other than English.
languageCode - The code for a language. This shows a supported language for all documents in the data source. English
is supported by default. For more information on supported languages, including their codes, see Adding documents in
languages other than English.Copyright © 2023. All rights reserved.