public static interface DeleteDataSourceResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<DeleteDataSourceResponse.Builder,DeleteDataSourceResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteDataSourceResponse.Builder |
assetFormsOutput(Collection<FormOutput> assetFormsOutput)
The asset data forms associated with this data source.
|
DeleteDataSourceResponse.Builder |
assetFormsOutput(Consumer<FormOutput.Builder>... assetFormsOutput)
The asset data forms associated with this data source.
|
DeleteDataSourceResponse.Builder |
assetFormsOutput(FormOutput... assetFormsOutput)
The asset data forms associated with this data source.
|
default DeleteDataSourceResponse.Builder |
configuration(Consumer<DataSourceConfigurationOutput.Builder> configuration)
The configuration of the data source that is deleted.
|
DeleteDataSourceResponse.Builder |
configuration(DataSourceConfigurationOutput configuration)
The configuration of the data source that is deleted.
|
DeleteDataSourceResponse.Builder |
createdAt(Instant createdAt)
The timestamp of when this data source was created.
|
DeleteDataSourceResponse.Builder |
description(String description)
The description of the data source that is deleted.
|
DeleteDataSourceResponse.Builder |
domainId(String domainId)
The ID of the Amazon DataZone domain in which the data source is deleted.
|
DeleteDataSourceResponse.Builder |
enableSetting(EnableSetting enableSetting)
The enable setting of the data source that specifies whether the data source is enabled or disabled.
|
DeleteDataSourceResponse.Builder |
enableSetting(String enableSetting)
The enable setting of the data source that specifies whether the data source is enabled or disabled.
|
DeleteDataSourceResponse.Builder |
environmentId(String environmentId)
The ID of the environemnt associated with this data source.
|
default DeleteDataSourceResponse.Builder |
errorMessage(Consumer<DataSourceErrorMessage.Builder> errorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
DeleteDataSourceResponse.Builder |
errorMessage(DataSourceErrorMessage errorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
DeleteDataSourceResponse.Builder |
id(String id)
The ID of the data source that is deleted.
|
DeleteDataSourceResponse.Builder |
lastRunAt(Instant lastRunAt)
The timestamp of when the data source was last run.
|
default DeleteDataSourceResponse.Builder |
lastRunErrorMessage(Consumer<DataSourceErrorMessage.Builder> lastRunErrorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
DeleteDataSourceResponse.Builder |
lastRunErrorMessage(DataSourceErrorMessage lastRunErrorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
DeleteDataSourceResponse.Builder |
lastRunStatus(DataSourceRunStatus lastRunStatus)
The status of the last run of this data source.
|
DeleteDataSourceResponse.Builder |
lastRunStatus(String lastRunStatus)
The status of the last run of this data source.
|
DeleteDataSourceResponse.Builder |
name(String name)
The name of the data source that is deleted.
|
DeleteDataSourceResponse.Builder |
projectId(String projectId)
The ID of the project in which this data source exists and from which it's deleted.
|
DeleteDataSourceResponse.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 DeleteDataSourceResponse.Builder |
schedule(Consumer<ScheduleConfiguration.Builder> schedule)
The schedule of runs for this data source.
|
DeleteDataSourceResponse.Builder |
schedule(ScheduleConfiguration schedule)
The schedule of runs for this data source.
|
DeleteDataSourceResponse.Builder |
status(DataSourceStatus status)
The status of this data source.
|
DeleteDataSourceResponse.Builder |
status(String status)
The status of this data source.
|
DeleteDataSourceResponse.Builder |
type(String type)
The type of this data source.
|
DeleteDataSourceResponse.Builder |
updatedAt(Instant updatedAt)
The timestamp of when this data source was updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteDataSourceResponse.Builder assetFormsOutput(Collection<FormOutput> assetFormsOutput)
The asset data forms associated with this data source.
assetFormsOutput - The asset data forms associated with this data source.DeleteDataSourceResponse.Builder assetFormsOutput(FormOutput... assetFormsOutput)
The asset data forms associated with this data source.
assetFormsOutput - The asset data forms associated with this data source.DeleteDataSourceResponse.Builder assetFormsOutput(Consumer<FormOutput.Builder>... assetFormsOutput)
The asset data forms associated with 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) DeleteDataSourceResponse.Builder configuration(DataSourceConfigurationOutput configuration)
The configuration of the data source that is deleted.
configuration - The configuration of the data source that is deleted.default DeleteDataSourceResponse.Builder configuration(Consumer<DataSourceConfigurationOutput.Builder> configuration)
The configuration of the data source that is deleted.
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)DeleteDataSourceResponse.Builder createdAt(Instant createdAt)
The timestamp of when this data source was created.
createdAt - The timestamp of when this data source was created.DeleteDataSourceResponse.Builder description(String description)
The description of the data source that is deleted.
description - The description of the data source that is deleted.DeleteDataSourceResponse.Builder domainId(String domainId)
The ID of the Amazon DataZone domain in which the data source is deleted.
domainId - The ID of the Amazon DataZone domain in which the data source is deleted.DeleteDataSourceResponse.Builder enableSetting(String enableSetting)
The enable setting of the data source that specifies whether the data source is enabled or disabled.
enableSetting - The enable setting of the data source that specifies whether the data source is enabled or disabled.EnableSetting,
EnableSettingDeleteDataSourceResponse.Builder enableSetting(EnableSetting enableSetting)
The enable setting of the data source that specifies whether the data source is enabled or disabled.
enableSetting - The enable setting of the data source that specifies whether the data source is enabled or disabled.EnableSetting,
EnableSettingDeleteDataSourceResponse.Builder environmentId(String environmentId)
The ID of the environemnt associated with this data source.
environmentId - The ID of the environemnt associated with this data source.DeleteDataSourceResponse.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 DeleteDataSourceResponse.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)DeleteDataSourceResponse.Builder id(String id)
The ID of the data source that is deleted.
id - The ID of the data source that is deleted.DeleteDataSourceResponse.Builder lastRunAt(Instant lastRunAt)
The timestamp of when the data source was last run.
lastRunAt - The timestamp of when the data source was last run.DeleteDataSourceResponse.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 DeleteDataSourceResponse.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)DeleteDataSourceResponse.Builder lastRunStatus(String lastRunStatus)
The status of the last run of this data source.
lastRunStatus - The status of the last run of this data source.DataSourceRunStatus,
DataSourceRunStatusDeleteDataSourceResponse.Builder lastRunStatus(DataSourceRunStatus lastRunStatus)
The status of the last run of this data source.
lastRunStatus - The status of the last run of this data source.DataSourceRunStatus,
DataSourceRunStatusDeleteDataSourceResponse.Builder name(String name)
The name of the data source that is deleted.
name - The name of the data source that is deleted.DeleteDataSourceResponse.Builder projectId(String projectId)
The ID of the project in which this data source exists and from which it's deleted.
projectId - The ID of the project in which this data source exists and from which it's deleted.DeleteDataSourceResponse.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.DeleteDataSourceResponse.Builder schedule(ScheduleConfiguration schedule)
The schedule of runs for this data source.
schedule - The schedule of runs for this data source.default DeleteDataSourceResponse.Builder schedule(Consumer<ScheduleConfiguration.Builder> schedule)
The schedule of runs for this data source.
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)DeleteDataSourceResponse.Builder status(String status)
The status of this data source.
status - The status of this data source.DataSourceStatus,
DataSourceStatusDeleteDataSourceResponse.Builder status(DataSourceStatus status)
The status of this data source.
status - The status of this data source.DataSourceStatus,
DataSourceStatusDeleteDataSourceResponse.Builder type(String type)
The type of this data source.
type - The type of this data source.DeleteDataSourceResponse.Builder updatedAt(Instant updatedAt)
The timestamp of when this data source was updated.
updatedAt - The timestamp of when this data source was updated.Copyright © 2023. All rights reserved.