| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
DataSourceSummary |
DataSourceSummary.clone() |
DataSourceSummary |
DataSourceSummary.withCreatedAt(Date createdAt)
The timestamp of when the data source was created.
|
DataSourceSummary |
DataSourceSummary.withDataSourceId(String dataSourceId)
The ID of the data source.
|
DataSourceSummary |
DataSourceSummary.withDomainId(String domainId)
The ID of the Amazon DataZone domain in which the data source exists.
|
DataSourceSummary |
DataSourceSummary.withEnableSetting(EnableSetting enableSetting)
Specifies whether the data source is enabled.
|
DataSourceSummary |
DataSourceSummary.withEnableSetting(String enableSetting)
Specifies whether the data source is enabled.
|
DataSourceSummary |
DataSourceSummary.withEnvironmentId(String environmentId)
The ID of the environment in which the data source exists.
|
DataSourceSummary |
DataSourceSummary.withLastRunAssetCount(Integer lastRunAssetCount)
The count of the assets created during the last data source run.
|
DataSourceSummary |
DataSourceSummary.withLastRunAt(Date lastRunAt)
The timestamp of when the data source run was last performed.
|
DataSourceSummary |
DataSourceSummary.withLastRunErrorMessage(DataSourceErrorMessage lastRunErrorMessage) |
DataSourceSummary |
DataSourceSummary.withLastRunStatus(DataSourceRunStatus lastRunStatus)
The status of the last data source run.
|
DataSourceSummary |
DataSourceSummary.withLastRunStatus(String lastRunStatus)
The status of the last data source run.
|
DataSourceSummary |
DataSourceSummary.withName(String name)
The name of the data source.
|
DataSourceSummary |
DataSourceSummary.withSchedule(ScheduleConfiguration schedule) |
DataSourceSummary |
DataSourceSummary.withStatus(DataSourceStatus status)
The status of the data source.
|
DataSourceSummary |
DataSourceSummary.withStatus(String status)
The status of the data source.
|
DataSourceSummary |
DataSourceSummary.withType(String type)
The type of the data source.
|
DataSourceSummary |
DataSourceSummary.withUpdatedAt(Date updatedAt)
The timestamp of when the data source was updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataSourceSummary> |
ListDataSourcesResult.getItems()
The results of the
ListDataSources action. |
| Modifier and Type | Method and Description |
|---|---|
ListDataSourcesResult |
ListDataSourcesResult.withItems(DataSourceSummary... items)
The results of the
ListDataSources action. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDataSourcesResult.setItems(Collection<DataSourceSummary> items)
The results of the
ListDataSources action. |
ListDataSourcesResult |
ListDataSourcesResult.withItems(Collection<DataSourceSummary> items)
The results of the
ListDataSources action. |
Copyright © 2023. All rights reserved.