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 |
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 ATIVE the data source is ready to use.
status - The status of the data source. When the status is ATIVE the data source is ready to use.DataSourceStatus,
DataSourceStatusDataSourceSummary.Builder status(DataSourceStatus status)
The status of the data source. When the status is ATIVE the data source is ready to use.
status - The status of the data source. When the status is ATIVE the data source is ready to use.DataSourceStatus,
DataSourceStatusCopyright © 2020. All rights reserved.