public static interface DataSourceSummary.Builder extends SdkPojo, CopyableBuilder<DataSourceSummary.Builder,DataSourceSummary>
| Modifier and Type | Method and Description |
|---|---|
DataSourceSummary.Builder |
createdAt(Instant createdAt)
The timestamp of when the data source was created.
|
DataSourceSummary.Builder |
dataSourceId(String dataSourceId)
The ID of the data source.
|
DataSourceSummary.Builder |
domainId(String domainId)
The ID of the Amazon DataZone domain in which the data source exists.
|
DataSourceSummary.Builder |
enableSetting(EnableSetting enableSetting)
Specifies whether the data source is enabled.
|
DataSourceSummary.Builder |
enableSetting(String enableSetting)
Specifies whether the data source is enabled.
|
DataSourceSummary.Builder |
environmentId(String environmentId)
The ID of the environment in which the data source exists.
|
DataSourceSummary.Builder |
lastRunAssetCount(Integer lastRunAssetCount)
The count of the assets created during the last data source run.
|
DataSourceSummary.Builder |
lastRunAt(Instant lastRunAt)
The timestamp of when the data source run was last performed.
|
default DataSourceSummary.Builder |
lastRunErrorMessage(Consumer<DataSourceErrorMessage.Builder> lastRunErrorMessage)
Sets the value of the LastRunErrorMessage property for this object.
|
DataSourceSummary.Builder |
lastRunErrorMessage(DataSourceErrorMessage lastRunErrorMessage)
Sets the value of the LastRunErrorMessage property for this object.
|
DataSourceSummary.Builder |
lastRunStatus(DataSourceRunStatus lastRunStatus)
The status of the last data source run.
|
DataSourceSummary.Builder |
lastRunStatus(String lastRunStatus)
The status of the last data source run.
|
DataSourceSummary.Builder |
name(String name)
The name of the data source.
|
default DataSourceSummary.Builder |
schedule(Consumer<ScheduleConfiguration.Builder> schedule)
Sets the value of the Schedule property for this object.
|
DataSourceSummary.Builder |
schedule(ScheduleConfiguration schedule)
Sets the value of the Schedule property for this object.
|
DataSourceSummary.Builder |
status(DataSourceStatus status)
The status of the data source.
|
DataSourceSummary.Builder |
status(String status)
The status of the data source.
|
DataSourceSummary.Builder |
type(String type)
The type of the data source.
|
DataSourceSummary.Builder |
updatedAt(Instant updatedAt)
The timestamp of when the data source was updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataSourceSummary.Builder createdAt(Instant createdAt)
The timestamp of when the data source was created.
createdAt - The timestamp of when the data source was created.DataSourceSummary.Builder dataSourceId(String dataSourceId)
The ID of the data source.
dataSourceId - The ID of the data source.DataSourceSummary.Builder domainId(String domainId)
The ID of the Amazon DataZone domain in which the data source exists.
domainId - The ID of the Amazon DataZone domain in which the data source exists.DataSourceSummary.Builder enableSetting(String enableSetting)
Specifies whether the data source is enabled.
enableSetting - Specifies whether the data source is enabled.EnableSetting,
EnableSettingDataSourceSummary.Builder enableSetting(EnableSetting enableSetting)
Specifies whether the data source is enabled.
enableSetting - Specifies whether the data source is enabled.EnableSetting,
EnableSettingDataSourceSummary.Builder environmentId(String environmentId)
The ID of the environment in which the data source exists.
environmentId - The ID of the environment in which the data source exists.DataSourceSummary.Builder lastRunAssetCount(Integer lastRunAssetCount)
The count of the assets created during the last data source run.
lastRunAssetCount - The count of the assets created during the last data source run.DataSourceSummary.Builder lastRunAt(Instant lastRunAt)
The timestamp of when the data source run was last performed.
lastRunAt - The timestamp of when the data source run was last performed.DataSourceSummary.Builder lastRunErrorMessage(DataSourceErrorMessage lastRunErrorMessage)
lastRunErrorMessage - The new value for the LastRunErrorMessage property for this object.default DataSourceSummary.Builder lastRunErrorMessage(Consumer<DataSourceErrorMessage.Builder> lastRunErrorMessage)
DataSourceErrorMessage.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 lastRunErrorMessage(DataSourceErrorMessage).
lastRunErrorMessage - a consumer that will call methods on DataSourceErrorMessage.BuilderlastRunErrorMessage(DataSourceErrorMessage)DataSourceSummary.Builder lastRunStatus(String lastRunStatus)
The status of the last data source run.
lastRunStatus - The status of the last data source run.DataSourceRunStatus,
DataSourceRunStatusDataSourceSummary.Builder lastRunStatus(DataSourceRunStatus lastRunStatus)
The status of the last data source run.
lastRunStatus - The status of the last data source run.DataSourceRunStatus,
DataSourceRunStatusDataSourceSummary.Builder name(String name)
The name of the data source.
name - The name of the data source.DataSourceSummary.Builder schedule(ScheduleConfiguration schedule)
schedule - The new value for the Schedule property for this object.default DataSourceSummary.Builder schedule(Consumer<ScheduleConfiguration.Builder> schedule)
ScheduleConfiguration.Builder avoiding
the need to create one manually via ScheduleConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to schedule(ScheduleConfiguration).
schedule - a consumer that will call methods on ScheduleConfiguration.Builderschedule(ScheduleConfiguration)DataSourceSummary.Builder status(String status)
The status of the data source.
status - The status of the data source.DataSourceStatus,
DataSourceStatusDataSourceSummary.Builder status(DataSourceStatus status)
The status of the data source.
status - The status of the data source.DataSourceStatus,
DataSourceStatusDataSourceSummary.Builder type(String type)
The type of the data source.
type - The type of the data source.DataSourceSummary.Builder updatedAt(Instant updatedAt)
The timestamp of when the data source was updated.
updatedAt - The timestamp of when the data source was updated.Copyright © 2023. All rights reserved.