Interface GetDataSourceRunResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetDataSourceRunResponse.Builder,
,GetDataSourceRunResponse> DataZoneResponse.Builder
,SdkBuilder<GetDataSourceRunResponse.Builder,
,GetDataSourceRunResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetDataSourceRunResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp of when the data source run was created.dataSourceConfigurationSnapshot
(String dataSourceConfigurationSnapshot) The configuration snapshot of the data source run.dataSourceId
(String dataSourceId) The ID of the data source for this data source run.The ID of the domain in which this data source run was performed.default GetDataSourceRunResponse.Builder
errorMessage
(Consumer<DataSourceErrorMessage.Builder> errorMessage) Specifies the error message that is returned if the operation cannot be successfully completed.errorMessage
(DataSourceErrorMessage errorMessage) Specifies the error message that is returned if the operation cannot be successfully completed.The ID of the data source run.default GetDataSourceRunResponse.Builder
lineageSummary
(Consumer<DataSourceRunLineageSummary.Builder> lineageSummary) The summary of the data lineage.lineageSummary
(DataSourceRunLineageSummary lineageSummary) The summary of the data lineage.The ID of the project in which this data source run occured.default GetDataSourceRunResponse.Builder
runStatisticsForAssets
(Consumer<RunStatisticsForAssets.Builder> runStatisticsForAssets) The asset statistics from this data source run.runStatisticsForAssets
(RunStatisticsForAssets runStatisticsForAssets) The asset statistics from this data source run.The timestamp of when this data source run started.The status of this data source run.status
(DataSourceRunStatus status) The status of this data source run.The timestamp of when this data source run stopped.The type of this data source run.type
(DataSourceRunType type) The type of this data source run.The timestamp of when this data source run was updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
createdAt
The timestamp of when the data source run was created.
- Parameters:
createdAt
- The timestamp of when the data source run was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSourceConfigurationSnapshot
GetDataSourceRunResponse.Builder dataSourceConfigurationSnapshot(String dataSourceConfigurationSnapshot) The configuration snapshot of the data source run.
- Parameters:
dataSourceConfigurationSnapshot
- The configuration snapshot of the data source run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSourceId
The ID of the data source for this data source run.
- Parameters:
dataSourceId
- The ID of the data source for this data source run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
The ID of the domain in which this data source run was performed.
- Parameters:
domainId
- The ID of the domain in which this data source run was performed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
Specifies the error message that is returned if the operation cannot be successfully completed.
- Parameters:
errorMessage
- Specifies the error message that is returned if the operation cannot be successfully completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
default GetDataSourceRunResponse.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 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:
-
id
The ID of the data source run.
- Parameters:
id
- The ID of the data source run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lineageSummary
The summary of the data lineage.
- Parameters:
lineageSummary
- The summary of the data lineage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lineageSummary
default GetDataSourceRunResponse.Builder lineageSummary(Consumer<DataSourceRunLineageSummary.Builder> lineageSummary) The summary of the data lineage.
This is a convenience method that creates an instance of theDataSourceRunLineageSummary.Builder
avoiding the need to create one manually viaDataSourceRunLineageSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolineageSummary(DataSourceRunLineageSummary)
.- Parameters:
lineageSummary
- a consumer that will call methods onDataSourceRunLineageSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
projectId
The ID of the project in which this data source run occured.
- Parameters:
projectId
- The ID of the project in which this data source run occured.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runStatisticsForAssets
GetDataSourceRunResponse.Builder runStatisticsForAssets(RunStatisticsForAssets runStatisticsForAssets) The asset statistics from this data source run.
- Parameters:
runStatisticsForAssets
- The asset statistics from this data source run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runStatisticsForAssets
default GetDataSourceRunResponse.Builder runStatisticsForAssets(Consumer<RunStatisticsForAssets.Builder> runStatisticsForAssets) The asset statistics from this data source run.
This is a convenience method that creates an instance of theRunStatisticsForAssets.Builder
avoiding the need to create one manually viaRunStatisticsForAssets.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed torunStatisticsForAssets(RunStatisticsForAssets)
.- Parameters:
runStatisticsForAssets
- a consumer that will call methods onRunStatisticsForAssets.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
startedAt
The timestamp of when this data source run started.
- Parameters:
startedAt
- The timestamp of when this data source run started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of this data source run.
- Parameters:
status
- The status of this data source run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of this data source run.
- Parameters:
status
- The status of this data source run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
stoppedAt
The timestamp of when this data source run stopped.
- Parameters:
stoppedAt
- The timestamp of when this data source run stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of this data source run.
- Parameters:
type
- The type of this data source run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of this data source run.
- Parameters:
type
- The type of this data source run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updatedAt
The timestamp of when this data source run was updated.
- Parameters:
updatedAt
- The timestamp of when this data source run was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-