| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
DataSourceRunSummary |
DataSourceRunSummary.clone() |
DataSourceRunSummary |
DataSourceRunSummary.withCreatedAt(Date createdAt)
The timestamp of when a data source run was created.
|
DataSourceRunSummary |
DataSourceRunSummary.withDataSourceId(String dataSourceId)
The identifier of the data source of the data source run.
|
DataSourceRunSummary |
DataSourceRunSummary.withErrorMessage(DataSourceErrorMessage errorMessage) |
DataSourceRunSummary |
DataSourceRunSummary.withId(String id)
The identifier of the data source run.
|
DataSourceRunSummary |
DataSourceRunSummary.withProjectId(String projectId)
The project ID of the data source run.
|
DataSourceRunSummary |
DataSourceRunSummary.withRunStatisticsForAssets(RunStatisticsForAssets runStatisticsForAssets) |
DataSourceRunSummary |
DataSourceRunSummary.withStartedAt(Date startedAt)
The timestamp of when a data source run was started.
|
DataSourceRunSummary |
DataSourceRunSummary.withStatus(DataSourceRunStatus status)
The status of the data source run.
|
DataSourceRunSummary |
DataSourceRunSummary.withStatus(String status)
The status of the data source run.
|
DataSourceRunSummary |
DataSourceRunSummary.withStoppedAt(Date stoppedAt)
The timestamp of when a data source run was stopped.
|
DataSourceRunSummary |
DataSourceRunSummary.withType(DataSourceRunType type)
The type of the data source run.
|
DataSourceRunSummary |
DataSourceRunSummary.withType(String type)
The type of the data source run.
|
DataSourceRunSummary |
DataSourceRunSummary.withUpdatedAt(Date updatedAt)
The timestamp of when a data source run was updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataSourceRunSummary> |
ListDataSourceRunsResult.getItems()
The results of the
ListDataSourceRuns action. |
| Modifier and Type | Method and Description |
|---|---|
ListDataSourceRunsResult |
ListDataSourceRunsResult.withItems(DataSourceRunSummary... items)
The results of the
ListDataSourceRuns action. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDataSourceRunsResult.setItems(Collection<DataSourceRunSummary> items)
The results of the
ListDataSourceRuns action. |
ListDataSourceRunsResult |
ListDataSourceRunsResult.withItems(Collection<DataSourceRunSummary> items)
The results of the
ListDataSourceRuns action. |
Copyright © 2023. All rights reserved.