public static interface StartDataSourceRunResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<StartDataSourceRunResponse.Builder,StartDataSourceRunResponse>
| Modifier and Type | Method and Description |
|---|---|
StartDataSourceRunResponse.Builder |
createdAt(Instant createdAt)
The timestamp of when data source run was created.
|
StartDataSourceRunResponse.Builder |
dataSourceConfigurationSnapshot(String dataSourceConfigurationSnapshot)
The configuration snapshot of the data source that is being run.
|
StartDataSourceRunResponse.Builder |
dataSourceId(String dataSourceId)
The identifier of the data source.
|
StartDataSourceRunResponse.Builder |
domainId(String domainId)
The identifier of the Amazon DataZone domain in which to start a data source run.
|
default StartDataSourceRunResponse.Builder |
errorMessage(Consumer<DataSourceErrorMessage.Builder> errorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
StartDataSourceRunResponse.Builder |
errorMessage(DataSourceErrorMessage errorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
StartDataSourceRunResponse.Builder |
id(String id)
The identifier of the data source run.
|
StartDataSourceRunResponse.Builder |
projectId(String projectId)
The identifier of the project.
|
default StartDataSourceRunResponse.Builder |
runStatisticsForAssets(Consumer<RunStatisticsForAssets.Builder> runStatisticsForAssets)
Specifies run statistics for assets.
|
StartDataSourceRunResponse.Builder |
runStatisticsForAssets(RunStatisticsForAssets runStatisticsForAssets)
Specifies run statistics for assets.
|
StartDataSourceRunResponse.Builder |
startedAt(Instant startedAt)
The timestamp of when the data source run was started.
|
StartDataSourceRunResponse.Builder |
status(DataSourceRunStatus status)
The status of the data source run.
|
StartDataSourceRunResponse.Builder |
status(String status)
The status of the data source run.
|
StartDataSourceRunResponse.Builder |
stoppedAt(Instant stoppedAt)
The timestamp of when the data source run was stopped.
|
StartDataSourceRunResponse.Builder |
type(DataSourceRunType type)
The type of the data source run.
|
StartDataSourceRunResponse.Builder |
type(String type)
The type of the data source run.
|
StartDataSourceRunResponse.Builder |
updatedAt(Instant updatedAt)
The timestamp of when the data source run was updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartDataSourceRunResponse.Builder createdAt(Instant createdAt)
The timestamp of when data source run was created.
createdAt - The timestamp of when data source run was created.StartDataSourceRunResponse.Builder dataSourceConfigurationSnapshot(String dataSourceConfigurationSnapshot)
The configuration snapshot of the data source that is being run.
dataSourceConfigurationSnapshot - The configuration snapshot of the data source that is being run.StartDataSourceRunResponse.Builder dataSourceId(String dataSourceId)
The identifier of the data source.
dataSourceId - The identifier of the data source.StartDataSourceRunResponse.Builder domainId(String domainId)
The identifier of the Amazon DataZone domain in which to start a data source run.
domainId - The identifier of the Amazon DataZone domain in which to start a data source run.StartDataSourceRunResponse.Builder errorMessage(DataSourceErrorMessage errorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
errorMessage - Specifies the error message that is returned if the operation cannot be successfully completed.default StartDataSourceRunResponse.Builder errorMessage(Consumer<DataSourceErrorMessage.Builder> errorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
This is a convenience method that creates an instance of theDataSourceErrorMessage.Builder avoiding
the need to create one manually via DataSourceErrorMessage.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to errorMessage(DataSourceErrorMessage).
errorMessage - a consumer that will call methods on DataSourceErrorMessage.BuildererrorMessage(DataSourceErrorMessage)StartDataSourceRunResponse.Builder id(String id)
The identifier of the data source run.
id - The identifier of the data source run.StartDataSourceRunResponse.Builder projectId(String projectId)
The identifier of the project.
projectId - The identifier of the project.StartDataSourceRunResponse.Builder runStatisticsForAssets(RunStatisticsForAssets runStatisticsForAssets)
Specifies run statistics for assets.
runStatisticsForAssets - Specifies run statistics for assets.default StartDataSourceRunResponse.Builder runStatisticsForAssets(Consumer<RunStatisticsForAssets.Builder> runStatisticsForAssets)
Specifies run statistics for assets.
This is a convenience method that creates an instance of theRunStatisticsForAssets.Builder avoiding
the need to create one manually via RunStatisticsForAssets.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to runStatisticsForAssets(RunStatisticsForAssets).
runStatisticsForAssets - a consumer that will call methods on RunStatisticsForAssets.BuilderrunStatisticsForAssets(RunStatisticsForAssets)StartDataSourceRunResponse.Builder startedAt(Instant startedAt)
The timestamp of when the data source run was started.
startedAt - The timestamp of when the data source run was started.StartDataSourceRunResponse.Builder status(String status)
The status of the data source run.
status - The status of the data source run.DataSourceRunStatus,
DataSourceRunStatusStartDataSourceRunResponse.Builder status(DataSourceRunStatus status)
The status of the data source run.
status - The status of the data source run.DataSourceRunStatus,
DataSourceRunStatusStartDataSourceRunResponse.Builder stoppedAt(Instant stoppedAt)
The timestamp of when the data source run was stopped.
stoppedAt - The timestamp of when the data source run was stopped.StartDataSourceRunResponse.Builder type(String type)
The type of the data source run.
type - The type of the data source run.DataSourceRunType,
DataSourceRunTypeStartDataSourceRunResponse.Builder type(DataSourceRunType type)
The type of the data source run.
type - The type of the data source run.DataSourceRunType,
DataSourceRunTypeStartDataSourceRunResponse.Builder updatedAt(Instant updatedAt)
The timestamp of when the data source run was updated.
updatedAt - The timestamp of when the data source run was updated.Copyright © 2023. All rights reserved.