Interface DataSourceRunActivity.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataSourceRunActivity.Builder,
,DataSourceRunActivity> SdkBuilder<DataSourceRunActivity.Builder,
,DataSourceRunActivity> SdkPojo
- Enclosing class:
DataSourceRunActivity
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp of when data source run activity was created.dataAssetId
(String dataAssetId) The identifier of the asset included in the data source run activity.dataAssetStatus
(String dataAssetStatus) The status of the asset included in the data source run activity.dataAssetStatus
(DataAssetActivityStatus dataAssetStatus) The status of the asset included in the data source run activity.The database included in the data source run activity.dataSourceRunId
(String dataSourceRunId) The identifier of the data source for the data source run activity.default DataSourceRunActivity.Builder
errorMessage
(Consumer<DataSourceErrorMessage.Builder> errorMessage) Sets the value of the ErrorMessage property for this object.errorMessage
(DataSourceErrorMessage errorMessage) Sets the value of the ErrorMessage property for this object.default DataSourceRunActivity.Builder
lineageSummary
(Consumer<LineageInfo.Builder> lineageSummary) The data lineage summary.lineageSummary
(LineageInfo lineageSummary) The data lineage summary.The project ID included in the data source run activity.technicalDescription
(String technicalDescription) The technical description included in the data source run activity.technicalName
(String technicalName) The technical name included in the data source run activity.The timestamp of when data source run activity was updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
createdAt
The timestamp of when data source run activity was created.
- Parameters:
createdAt
- The timestamp of when data source run activity was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataAssetId
The identifier of the asset included in the data source run activity.
- Parameters:
dataAssetId
- The identifier of the asset included in the data source run activity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataAssetStatus
The status of the asset included in the data source run activity.
- Parameters:
dataAssetStatus
- The status of the asset included in the data source run activity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataAssetStatus
The status of the asset included in the data source run activity.
- Parameters:
dataAssetStatus
- The status of the asset included in the data source run activity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataSourceRunId
The identifier of the data source for the data source run activity.
- Parameters:
dataSourceRunId
- The identifier of the data source for the data source run activity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
database
The database included in the data source run activity.
- Parameters:
database
- The database included in the data source run activity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
Sets the value of the ErrorMessage property for this object.- Parameters:
errorMessage
- The new value for the ErrorMessage property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
default DataSourceRunActivity.Builder errorMessage(Consumer<DataSourceErrorMessage.Builder> errorMessage) Sets the value of the ErrorMessage property for this object. This is a convenience method that creates an instance of theDataSourceErrorMessage.Builder
avoiding the need to create one manually viaDataSourceErrorMessage.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toerrorMessage(DataSourceErrorMessage)
.- Parameters:
errorMessage
- a consumer that will call methods onDataSourceErrorMessage.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lineageSummary
The data lineage summary.
- Parameters:
lineageSummary
- The data lineage summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lineageSummary
The data lineage summary.
This is a convenience method that creates an instance of theLineageInfo.Builder
avoiding the need to create one manually viaLineageInfo.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolineageSummary(LineageInfo)
.- Parameters:
lineageSummary
- a consumer that will call methods onLineageInfo.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
projectId
The project ID included in the data source run activity.
- Parameters:
projectId
- The project ID included in the data source run activity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
technicalDescription
The technical description included in the data source run activity.
- Parameters:
technicalDescription
- The technical description included in the data source run activity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
technicalName
The technical name included in the data source run activity.
- Parameters:
technicalName
- The technical name included in the data source run activity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp of when data source run activity was updated.
- Parameters:
updatedAt
- The timestamp of when data source run activity was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-