public static interface GetDataSourceResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<GetDataSourceResponse.Builder,GetDataSourceResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDataSourceResponse.Builder |
assetFormsOutput(Collection<FormOutput> assetFormsOutput)
The metadata forms attached to the assets created by this data source.
|
GetDataSourceResponse.Builder |
assetFormsOutput(Consumer<FormOutput.Builder>... assetFormsOutput)
The metadata forms attached to the assets created by this data source.
|
GetDataSourceResponse.Builder |
assetFormsOutput(FormOutput... assetFormsOutput)
The metadata forms attached to the assets created by this data source.
|
default GetDataSourceResponse.Builder |
configuration(Consumer<DataSourceConfigurationOutput.Builder> configuration)
The configuration of the data source.
|
GetDataSourceResponse.Builder |
configuration(DataSourceConfigurationOutput configuration)
The configuration of the data source.
|
GetDataSourceResponse.Builder |
createdAt(Instant createdAt)
The timestamp of when the data source was created.
|
GetDataSourceResponse.Builder |
description(String description)
The description of the data source.
|
GetDataSourceResponse.Builder |
domainId(String domainId)
The ID of the Amazon DataZone domain in which the data source exists.
|
GetDataSourceResponse.Builder |
enableSetting(EnableSetting enableSetting)
Specifies whether this data source is enabled or not.
|
GetDataSourceResponse.Builder |
enableSetting(String enableSetting)
Specifies whether this data source is enabled or not.
|
GetDataSourceResponse.Builder |
environmentId(String environmentId)
The ID of the environment where this data source creates and publishes assets,
|
default GetDataSourceResponse.Builder |
errorMessage(Consumer<DataSourceErrorMessage.Builder> errorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
GetDataSourceResponse.Builder |
errorMessage(DataSourceErrorMessage errorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
GetDataSourceResponse.Builder |
id(String id)
The ID of the data source.
|
GetDataSourceResponse.Builder |
lastRunAssetCount(Integer lastRunAssetCount)
The number of assets created by the data source during its last run.
|
GetDataSourceResponse.Builder |
lastRunAt(Instant lastRunAt)
The timestamp of the last run of the data source.
|
default GetDataSourceResponse.Builder |
lastRunErrorMessage(Consumer<DataSourceErrorMessage.Builder> lastRunErrorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
GetDataSourceResponse.Builder |
lastRunErrorMessage(DataSourceErrorMessage lastRunErrorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
GetDataSourceResponse.Builder |
lastRunStatus(DataSourceRunStatus lastRunStatus)
The status of the last run of the data source.
|
GetDataSourceResponse.Builder |
lastRunStatus(String lastRunStatus)
The status of the last run of the data source.
|
GetDataSourceResponse.Builder |
name(String name)
The name of the data source.
|
GetDataSourceResponse.Builder |
projectId(String projectId)
The ID of the project where the data source creates and publishes assets.
|
GetDataSourceResponse.Builder |
publishOnImport(Boolean publishOnImport)
Specifies whether the assets that this data source creates in the inventory are to be also automatically
published to the catalog.
|
default GetDataSourceResponse.Builder |
recommendation(Consumer<RecommendationConfiguration.Builder> recommendation)
This is a convenience method that creates an instance of the
RecommendationConfiguration.Builder
avoiding the need to create one manually via RecommendationConfiguration.builder(). |
GetDataSourceResponse.Builder |
recommendation(RecommendationConfiguration recommendation)
|
default GetDataSourceResponse.Builder |
schedule(Consumer<ScheduleConfiguration.Builder> schedule)
The schedule of the data source runs.
|
GetDataSourceResponse.Builder |
schedule(ScheduleConfiguration schedule)
The schedule of the data source runs.
|
GetDataSourceResponse.Builder |
status(DataSourceStatus status)
The status of the data source.
|
GetDataSourceResponse.Builder |
status(String status)
The status of the data source.
|
GetDataSourceResponse.Builder |
type(String type)
The type of the data source.
|
GetDataSourceResponse.Builder |
updatedAt(Instant updatedAt)
The timestamp of when the data source was updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDataSourceResponse.Builder assetFormsOutput(Collection<FormOutput> assetFormsOutput)
The metadata forms attached to the assets created by this data source.
assetFormsOutput - The metadata forms attached to the assets created by this data source.GetDataSourceResponse.Builder assetFormsOutput(FormOutput... assetFormsOutput)
The metadata forms attached to the assets created by this data source.
assetFormsOutput - The metadata forms attached to the assets created by this data source.GetDataSourceResponse.Builder assetFormsOutput(Consumer<FormOutput.Builder>... assetFormsOutput)
The metadata forms attached to the assets created by this data source.
This is a convenience method that creates an instance of theFormOutput.Builder avoiding the need to create one
manually via FormOutput.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #assetFormsOutput(List.
assetFormsOutput - a consumer that will call methods on
FormOutput.Builder#assetFormsOutput(java.util.Collection) GetDataSourceResponse.Builder configuration(DataSourceConfigurationOutput configuration)
The configuration of the data source.
configuration - The configuration of the data source.default GetDataSourceResponse.Builder configuration(Consumer<DataSourceConfigurationOutput.Builder> configuration)
The configuration of the data source.
This is a convenience method that creates an instance of theDataSourceConfigurationOutput.Builder
avoiding the need to create one manually via DataSourceConfigurationOutput.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to configuration(DataSourceConfigurationOutput).
configuration - a consumer that will call methods on DataSourceConfigurationOutput.Builderconfiguration(DataSourceConfigurationOutput)GetDataSourceResponse.Builder createdAt(Instant createdAt)
The timestamp of when the data source was created.
createdAt - The timestamp of when the data source was created.GetDataSourceResponse.Builder description(String description)
The description of the data source.
description - The description of the data source.GetDataSourceResponse.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.GetDataSourceResponse.Builder enableSetting(String enableSetting)
Specifies whether this data source is enabled or not.
enableSetting - Specifies whether this data source is enabled or not.EnableSetting,
EnableSettingGetDataSourceResponse.Builder enableSetting(EnableSetting enableSetting)
Specifies whether this data source is enabled or not.
enableSetting - Specifies whether this data source is enabled or not.EnableSetting,
EnableSettingGetDataSourceResponse.Builder environmentId(String environmentId)
The ID of the environment where this data source creates and publishes assets,
environmentId - The ID of the environment where this data source creates and publishes assets,GetDataSourceResponse.Builder errorMessage(DataSourceErrorMessage errorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
errorMessage - Specifies the error message that is returned if the operation cannot be successfully completed.default GetDataSourceResponse.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 via DataSourceErrorMessage.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to errorMessage(DataSourceErrorMessage).
errorMessage - a consumer that will call methods on DataSourceErrorMessage.BuildererrorMessage(DataSourceErrorMessage)GetDataSourceResponse.Builder id(String id)
The ID of the data source.
id - The ID of the data source.GetDataSourceResponse.Builder lastRunAssetCount(Integer lastRunAssetCount)
The number of assets created by the data source during its last run.
lastRunAssetCount - The number of assets created by the data source during its last run.GetDataSourceResponse.Builder lastRunAt(Instant lastRunAt)
The timestamp of the last run of the data source.
lastRunAt - The timestamp of the last run of the data source.GetDataSourceResponse.Builder lastRunErrorMessage(DataSourceErrorMessage lastRunErrorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
lastRunErrorMessage - Specifies the error message that is returned if the operation cannot be successfully completed.default GetDataSourceResponse.Builder lastRunErrorMessage(Consumer<DataSourceErrorMessage.Builder> lastRunErrorMessage)
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 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)GetDataSourceResponse.Builder lastRunStatus(String lastRunStatus)
The status of the last run of the data source.
lastRunStatus - The status of the last run of the data source.DataSourceRunStatus,
DataSourceRunStatusGetDataSourceResponse.Builder lastRunStatus(DataSourceRunStatus lastRunStatus)
The status of the last run of the data source.
lastRunStatus - The status of the last run of the data source.DataSourceRunStatus,
DataSourceRunStatusGetDataSourceResponse.Builder name(String name)
The name of the data source.
name - The name of the data source.GetDataSourceResponse.Builder projectId(String projectId)
The ID of the project where the data source creates and publishes assets.
projectId - The ID of the project where the data source creates and publishes assets.GetDataSourceResponse.Builder publishOnImport(Boolean publishOnImport)
Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.
publishOnImport - Specifies whether the assets that this data source creates in the inventory are to be also
automatically published to the catalog.GetDataSourceResponse.Builder recommendation(RecommendationConfiguration recommendation)
recommendation - default GetDataSourceResponse.Builder recommendation(Consumer<RecommendationConfiguration.Builder> recommendation)
RecommendationConfiguration.Builder
avoiding the need to create one manually via RecommendationConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to recommendation(RecommendationConfiguration).
recommendation - a consumer that will call methods on RecommendationConfiguration.Builderrecommendation(RecommendationConfiguration)GetDataSourceResponse.Builder schedule(ScheduleConfiguration schedule)
The schedule of the data source runs.
schedule - The schedule of the data source runs.default GetDataSourceResponse.Builder schedule(Consumer<ScheduleConfiguration.Builder> schedule)
The schedule of the data source runs.
This is a convenience method that creates an instance of theScheduleConfiguration.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)GetDataSourceResponse.Builder status(String status)
The status of the data source.
status - The status of the data source.DataSourceStatus,
DataSourceStatusGetDataSourceResponse.Builder status(DataSourceStatus status)
The status of the data source.
status - The status of the data source.DataSourceStatus,
DataSourceStatusGetDataSourceResponse.Builder type(String type)
The type of the data source.
type - The type of the data source.GetDataSourceResponse.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.