Interface GetDataSourceRunResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetDataSourceRunResponse.Builder,GetDataSourceRunResponse>,DataZoneResponse.Builder,SdkBuilder<GetDataSourceRunResponse.Builder,GetDataSourceRunResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetDataSourceRunResponse
public static interface GetDataSourceRunResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<GetDataSourceRunResponse.Builder,GetDataSourceRunResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetDataSourceRunResponse.BuildercreatedAt(Instant createdAt)The timestamp of when the data source run was created.GetDataSourceRunResponse.BuilderdataSourceConfigurationSnapshot(String dataSourceConfigurationSnapshot)The configuration snapshot of the data source run.GetDataSourceRunResponse.BuilderdataSourceId(String dataSourceId)The ID of the data source for this data source run.GetDataSourceRunResponse.BuilderdomainId(String domainId)The ID of the domain in which this data source run was performed.default GetDataSourceRunResponse.BuildererrorMessage(Consumer<DataSourceErrorMessage.Builder> errorMessage)Specifies the error message that is returned if the operation cannot be successfully completed.GetDataSourceRunResponse.BuildererrorMessage(DataSourceErrorMessage errorMessage)Specifies the error message that is returned if the operation cannot be successfully completed.GetDataSourceRunResponse.Builderid(String id)The ID of the data source run.GetDataSourceRunResponse.BuilderprojectId(String projectId)The ID of the project in which this data source run occured.default GetDataSourceRunResponse.BuilderrunStatisticsForAssets(Consumer<RunStatisticsForAssets.Builder> runStatisticsForAssets)The asset statistics from this data source run.GetDataSourceRunResponse.BuilderrunStatisticsForAssets(RunStatisticsForAssets runStatisticsForAssets)The asset statistics from this data source run.GetDataSourceRunResponse.BuilderstartedAt(Instant startedAt)The timestamp of when this data source run started.GetDataSourceRunResponse.Builderstatus(String status)The status of this data source run.GetDataSourceRunResponse.Builderstatus(DataSourceRunStatus status)The status of this data source run.GetDataSourceRunResponse.BuilderstoppedAt(Instant stoppedAt)The timestamp of when this data source run stopped.GetDataSourceRunResponse.Buildertype(String type)The type of this data source run.GetDataSourceRunResponse.Buildertype(DataSourceRunType type)The type of this data source run.GetDataSourceRunResponse.BuilderupdatedAt(Instant updatedAt)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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
createdAt
GetDataSourceRunResponse.Builder createdAt(Instant 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
GetDataSourceRunResponse.Builder dataSourceId(String 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
GetDataSourceRunResponse.Builder domainId(String 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
GetDataSourceRunResponse.Builder errorMessage(DataSourceErrorMessage 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.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)
-
id
GetDataSourceRunResponse.Builder id(String 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.
-
projectId
GetDataSourceRunResponse.Builder projectId(String 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.Builderavoiding the need to create one manually viaRunStatisticsForAssets.builder().When the
Consumercompletes,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:
runStatisticsForAssets(RunStatisticsForAssets)
-
startedAt
GetDataSourceRunResponse.Builder startedAt(Instant 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
GetDataSourceRunResponse.Builder status(String 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:
DataSourceRunStatus,DataSourceRunStatus
-
status
GetDataSourceRunResponse.Builder status(DataSourceRunStatus 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:
DataSourceRunStatus,DataSourceRunStatus
-
stoppedAt
GetDataSourceRunResponse.Builder stoppedAt(Instant 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
GetDataSourceRunResponse.Builder type(String 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:
DataSourceRunType,DataSourceRunType
-
type
GetDataSourceRunResponse.Builder type(DataSourceRunType 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:
DataSourceRunType,DataSourceRunType
-
updatedAt
GetDataSourceRunResponse.Builder updatedAt(Instant 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.
-
-