Interface DataSourceRunActivity.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DataSourceRunActivity.Builder,DataSourceRunActivity>,SdkBuilder<DataSourceRunActivity.Builder,DataSourceRunActivity>,SdkPojo
- Enclosing class:
- DataSourceRunActivity
public static interface DataSourceRunActivity.Builder extends SdkPojo, CopyableBuilder<DataSourceRunActivity.Builder,DataSourceRunActivity>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DataSourceRunActivity.BuildercreatedAt(Instant createdAt)The timestamp of when data source run activity was created.DataSourceRunActivity.BuilderdataAssetId(String dataAssetId)The identifier of the asset included in the data source run activity.DataSourceRunActivity.BuilderdataAssetStatus(String dataAssetStatus)The status of the asset included in the data source run activity.DataSourceRunActivity.BuilderdataAssetStatus(DataAssetActivityStatus dataAssetStatus)The status of the asset included in the data source run activity.DataSourceRunActivity.Builderdatabase(String database)The database included in the data source run activity.DataSourceRunActivity.BuilderdataSourceRunId(String dataSourceRunId)The identifier of the data source for the data source run activity.default DataSourceRunActivity.BuildererrorMessage(Consumer<DataSourceErrorMessage.Builder> errorMessage)Sets the value of the ErrorMessage property for this object.DataSourceRunActivity.BuildererrorMessage(DataSourceErrorMessage errorMessage)Sets the value of the ErrorMessage property for this object.DataSourceRunActivity.BuilderprojectId(String projectId)The project ID included in the data source run activity.DataSourceRunActivity.BuildertechnicalDescription(String technicalDescription)The technical description included in the data source run activity.DataSourceRunActivity.BuildertechnicalName(String technicalName)The technical name included in the data source run activity.DataSourceRunActivity.BuilderupdatedAt(Instant updatedAt)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, sdkFields
-
-
-
-
Method Detail
-
createdAt
DataSourceRunActivity.Builder createdAt(Instant 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
DataSourceRunActivity.Builder dataAssetId(String 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
DataSourceRunActivity.Builder dataAssetStatus(String 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:
DataAssetActivityStatus,DataAssetActivityStatus
-
dataAssetStatus
DataSourceRunActivity.Builder dataAssetStatus(DataAssetActivityStatus 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:
DataAssetActivityStatus,DataAssetActivityStatus
-
dataSourceRunId
DataSourceRunActivity.Builder dataSourceRunId(String 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
DataSourceRunActivity.Builder database(String 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
DataSourceRunActivity.Builder errorMessage(DataSourceErrorMessage 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.Builderavoiding the need to create one manually viaDataSourceErrorMessage.builder().When the
Consumercompletes,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:
errorMessage(DataSourceErrorMessage)
-
projectId
DataSourceRunActivity.Builder projectId(String 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
DataSourceRunActivity.Builder technicalDescription(String 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
DataSourceRunActivity.Builder technicalName(String 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
DataSourceRunActivity.Builder updatedAt(Instant 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.
-
-