public static interface DataSourceSummary.Builder extends SdkPojo, CopyableBuilder<DataSourceSummary.Builder,DataSourceSummary>
| Modifier and Type | Method and Description |
|---|---|
DataSourceSummary.Builder |
createdAt(Instant createdAt)
The UNIX datetime that the data source was created.
|
DataSourceSummary.Builder |
id(String id)
The unique 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 datetime that the data source was lasted 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 unique identifier for the data source.
id - The unique 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 datetime that the data source was created.
createdAt - The UNIX datetime that the data source was created.DataSourceSummary.Builder updatedAt(Instant updatedAt)
The UNIX datetime that the data source was lasted updated.
updatedAt - The UNIX datetime that the data source was lasted 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 © 2022. All rights reserved.