public static interface UpdateDataSourceRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<UpdateDataSourceRequest.Builder,UpdateDataSourceRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateDataSourceRequest.Builder |
assetFormsInput(Collection<FormInput> assetFormsInput)
The asset forms to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceRequest.Builder |
assetFormsInput(Consumer<FormInput.Builder>... assetFormsInput)
The asset forms to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceRequest.Builder |
assetFormsInput(FormInput... assetFormsInput)
The asset forms to be updated as part of the
UpdateDataSource action. |
default UpdateDataSourceRequest.Builder |
configuration(Consumer<DataSourceConfigurationInput.Builder> configuration)
The configuration to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceRequest.Builder |
configuration(DataSourceConfigurationInput configuration)
The configuration to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceRequest.Builder |
description(String description)
The description to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceRequest.Builder |
domainIdentifier(String domainIdentifier)
The identifier of the domain in which to update a data source.
|
UpdateDataSourceRequest.Builder |
enableSetting(EnableSetting enableSetting)
The enable setting to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceRequest.Builder |
enableSetting(String enableSetting)
The enable setting to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceRequest.Builder |
identifier(String identifier)
The identifier of the data source to be updated.
|
UpdateDataSourceRequest.Builder |
name(String name)
The name to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateDataSourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateDataSourceRequest.Builder |
publishOnImport(Boolean publishOnImport)
The publish on import setting to be updated as part of the
UpdateDataSource action. |
default UpdateDataSourceRequest.Builder |
recommendation(Consumer<RecommendationConfiguration.Builder> recommendation)
The recommendation to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceRequest.Builder |
recommendation(RecommendationConfiguration recommendation)
The recommendation to be updated as part of the
UpdateDataSource action. |
default UpdateDataSourceRequest.Builder |
schedule(Consumer<ScheduleConfiguration.Builder> schedule)
The schedule to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceRequest.Builder |
schedule(ScheduleConfiguration schedule)
The schedule to be updated as part of the
UpdateDataSource action. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDataSourceRequest.Builder assetFormsInput(Collection<FormInput> assetFormsInput)
The asset forms to be updated as part of the UpdateDataSource action.
assetFormsInput - The asset forms to be updated as part of the UpdateDataSource action.UpdateDataSourceRequest.Builder assetFormsInput(FormInput... assetFormsInput)
The asset forms to be updated as part of the UpdateDataSource action.
assetFormsInput - The asset forms to be updated as part of the UpdateDataSource action.UpdateDataSourceRequest.Builder assetFormsInput(Consumer<FormInput.Builder>... assetFormsInput)
The asset forms to be updated as part of the UpdateDataSource action.
FormInput.Builder avoiding the need to create one
manually via FormInput.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #assetFormsInput(List.
assetFormsInput - a consumer that will call methods on
FormInput.Builder#assetFormsInput(java.util.Collection) UpdateDataSourceRequest.Builder configuration(DataSourceConfigurationInput 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 UpdateDataSourceRequest.Builder configuration(Consumer<DataSourceConfigurationInput.Builder> configuration)
The configuration to be updated as part of the UpdateDataSource action.
DataSourceConfigurationInput.Builder
avoiding the need to create one manually via DataSourceConfigurationInput.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to configuration(DataSourceConfigurationInput).
configuration - a consumer that will call methods on DataSourceConfigurationInput.Builderconfiguration(DataSourceConfigurationInput)UpdateDataSourceRequest.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.UpdateDataSourceRequest.Builder domainIdentifier(String domainIdentifier)
The identifier of the domain in which to update a data source.
domainIdentifier - The identifier of the domain in which to update a data source.UpdateDataSourceRequest.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,
EnableSettingUpdateDataSourceRequest.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,
EnableSettingUpdateDataSourceRequest.Builder identifier(String identifier)
The identifier of the data source to be updated.
identifier - The identifier of the data source to be updated.UpdateDataSourceRequest.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.UpdateDataSourceRequest.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.UpdateDataSourceRequest.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 UpdateDataSourceRequest.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)UpdateDataSourceRequest.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 UpdateDataSourceRequest.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)UpdateDataSourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateDataSourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.