public static interface UpdateDataSourceResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<UpdateDataSourceResponse.Builder,UpdateDataSourceResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateDataSourceResponse.Builder |
assetFormsOutput(Collection<FormOutput> assetFormsOutput)
The asset forms to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceResponse.Builder |
assetFormsOutput(Consumer<FormOutput.Builder>... assetFormsOutput)
The asset forms to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceResponse.Builder |
assetFormsOutput(FormOutput... assetFormsOutput)
The asset forms to be updated as part of the
UpdateDataSource action. |
default UpdateDataSourceResponse.Builder |
configuration(Consumer<DataSourceConfigurationOutput.Builder> configuration)
The configuration to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceResponse.Builder |
configuration(DataSourceConfigurationOutput configuration)
The configuration to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceResponse.Builder |
createdAt(Instant createdAt)
The timestamp of when the data source was updated.
|
UpdateDataSourceResponse.Builder |
description(String description)
The description to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceResponse.Builder |
domainId(String domainId)
The identifier of the Amazon DataZone domain in which a data source is to be updated.
|
UpdateDataSourceResponse.Builder |
enableSetting(EnableSetting enableSetting)
The enable setting to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceResponse.Builder |
enableSetting(String enableSetting)
The enable setting to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceResponse.Builder |
environmentId(String environmentId)
The identifier of the environment in which a data source is to be updated.
|
default UpdateDataSourceResponse.Builder |
errorMessage(Consumer<DataSourceErrorMessage.Builder> errorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
UpdateDataSourceResponse.Builder |
errorMessage(DataSourceErrorMessage errorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
UpdateDataSourceResponse.Builder |
id(String id)
The identifier of the data source to be updated.
|
UpdateDataSourceResponse.Builder |
lastRunAt(Instant lastRunAt)
The timestamp of when the data source was last run.
|
default UpdateDataSourceResponse.Builder |
lastRunErrorMessage(Consumer<DataSourceErrorMessage.Builder> lastRunErrorMessage)
The last run error message of the data source.
|
UpdateDataSourceResponse.Builder |
lastRunErrorMessage(DataSourceErrorMessage lastRunErrorMessage)
The last run error message of the data source.
|
UpdateDataSourceResponse.Builder |
lastRunStatus(DataSourceRunStatus lastRunStatus)
The last run status of the data source.
|
UpdateDataSourceResponse.Builder |
lastRunStatus(String lastRunStatus)
The last run status of the data source.
|
UpdateDataSourceResponse.Builder |
name(String name)
The name to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceResponse.Builder |
projectId(String projectId)
The identifier of the project where data source is to be updated.
|
UpdateDataSourceResponse.Builder |
publishOnImport(Boolean publishOnImport)
The publish on import setting to be updated as part of the
UpdateDataSource action. |
default UpdateDataSourceResponse.Builder |
recommendation(Consumer<RecommendationConfiguration.Builder> recommendation)
The recommendation to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceResponse.Builder |
recommendation(RecommendationConfiguration recommendation)
The recommendation to be updated as part of the
UpdateDataSource action. |
default UpdateDataSourceResponse.Builder |
schedule(Consumer<ScheduleConfiguration.Builder> schedule)
The schedule to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceResponse.Builder |
schedule(ScheduleConfiguration schedule)
The schedule to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceResponse.Builder |
status(DataSourceStatus status)
The status to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceResponse.Builder |
status(String status)
The status to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceResponse.Builder |
type(String type)
The type to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceResponse.Builder |
updatedAt(Instant updatedAt)
The timestamp of when the data source was updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDataSourceResponse.Builder assetFormsOutput(Collection<FormOutput> assetFormsOutput)
The asset forms to be updated as part of the UpdateDataSource action.
assetFormsOutput - The asset forms to be updated as part of the UpdateDataSource action.UpdateDataSourceResponse.Builder assetFormsOutput(FormOutput... assetFormsOutput)
The asset forms to be updated as part of the UpdateDataSource action.
assetFormsOutput - The asset forms to be updated as part of the UpdateDataSource action.UpdateDataSourceResponse.Builder assetFormsOutput(Consumer<FormOutput.Builder>... assetFormsOutput)
The asset forms to be updated as part of the UpdateDataSource action.
FormOutput.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) UpdateDataSourceResponse.Builder configuration(DataSourceConfigurationOutput configuration)
The configuration to be updated as part of the UpdateDataSource action.
configuration - The configuration to be updated as part of the UpdateDataSource action.default UpdateDataSourceResponse.Builder configuration(Consumer<DataSourceConfigurationOutput.Builder> configuration)
The configuration to be updated as part of the UpdateDataSource action.
DataSourceConfigurationOutput.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)UpdateDataSourceResponse.Builder createdAt(Instant createdAt)
The timestamp of when the data source was updated.
createdAt - The timestamp of when the data source was updated.UpdateDataSourceResponse.Builder description(String description)
The description to be updated as part of the UpdateDataSource action.
description - The description to be updated as part of the UpdateDataSource action.UpdateDataSourceResponse.Builder domainId(String domainId)
The identifier of the Amazon DataZone domain in which a data source is to be updated.
domainId - The identifier of the Amazon DataZone domain in which a data source is to be updated.UpdateDataSourceResponse.Builder enableSetting(String enableSetting)
The enable setting to be updated as part of the UpdateDataSource action.
enableSetting - The enable setting to be updated as part of the UpdateDataSource action.EnableSetting,
EnableSettingUpdateDataSourceResponse.Builder enableSetting(EnableSetting enableSetting)
The enable setting to be updated as part of the UpdateDataSource action.
enableSetting - The enable setting to be updated as part of the UpdateDataSource action.EnableSetting,
EnableSettingUpdateDataSourceResponse.Builder environmentId(String environmentId)
The identifier of the environment in which a data source is to be updated.
environmentId - The identifier of the environment in which a data source is to be updated.UpdateDataSourceResponse.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 UpdateDataSourceResponse.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)UpdateDataSourceResponse.Builder id(String id)
The identifier of the data source to be updated.
id - The identifier of the data source to be updated.UpdateDataSourceResponse.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.UpdateDataSourceResponse.Builder lastRunErrorMessage(DataSourceErrorMessage lastRunErrorMessage)
The last run error message of the data source.
lastRunErrorMessage - The last run error message of the data source.default UpdateDataSourceResponse.Builder lastRunErrorMessage(Consumer<DataSourceErrorMessage.Builder> lastRunErrorMessage)
The last run error message of the data source.
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)UpdateDataSourceResponse.Builder lastRunStatus(String lastRunStatus)
The last run status of the data source.
lastRunStatus - The last run status of the data source.DataSourceRunStatus,
DataSourceRunStatusUpdateDataSourceResponse.Builder lastRunStatus(DataSourceRunStatus lastRunStatus)
The last run status of the data source.
lastRunStatus - The last run status of the data source.DataSourceRunStatus,
DataSourceRunStatusUpdateDataSourceResponse.Builder name(String name)
The name to be updated as part of the UpdateDataSource action.
name - The name to be updated as part of the UpdateDataSource action.UpdateDataSourceResponse.Builder projectId(String projectId)
The identifier of the project where data source is to be updated.
projectId - The identifier of the project where data source is to be updated.UpdateDataSourceResponse.Builder publishOnImport(Boolean publishOnImport)
The publish on import setting to be updated as part of the UpdateDataSource action.
publishOnImport - The publish on import setting to be updated as part of the UpdateDataSource action.UpdateDataSourceResponse.Builder recommendation(RecommendationConfiguration recommendation)
The recommendation to be updated as part of the UpdateDataSource action.
recommendation - The recommendation to be updated as part of the UpdateDataSource action.default UpdateDataSourceResponse.Builder recommendation(Consumer<RecommendationConfiguration.Builder> recommendation)
The recommendation to be updated as part of the UpdateDataSource action.
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)UpdateDataSourceResponse.Builder schedule(ScheduleConfiguration schedule)
The schedule to be updated as part of the UpdateDataSource action.
schedule - The schedule to be updated as part of the UpdateDataSource action.default UpdateDataSourceResponse.Builder schedule(Consumer<ScheduleConfiguration.Builder> schedule)
The schedule to be updated as part of the UpdateDataSource action.
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)UpdateDataSourceResponse.Builder status(String status)
The status to be updated as part of the UpdateDataSource action.
status - The status to be updated as part of the UpdateDataSource action.DataSourceStatus,
DataSourceStatusUpdateDataSourceResponse.Builder status(DataSourceStatus status)
The status to be updated as part of the UpdateDataSource action.
status - The status to be updated as part of the UpdateDataSource action.DataSourceStatus,
DataSourceStatusUpdateDataSourceResponse.Builder type(String type)
The type to be updated as part of the UpdateDataSource action.
type - The type to be updated as part of the UpdateDataSource action.UpdateDataSourceResponse.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.