Interface UpdateDataSourceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateDataSourceRequest.Builder,
,UpdateDataSourceRequest> DataZoneRequest.Builder
,SdkBuilder<UpdateDataSourceRequest.Builder,
,UpdateDataSourceRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateDataSourceRequest
-
Method Summary
Modifier and TypeMethodDescriptionassetFormsInput
(Collection<FormInput> assetFormsInput) The asset forms to be updated as part of theUpdateDataSource
action.assetFormsInput
(Consumer<FormInput.Builder>... assetFormsInput) The asset forms to be updated as part of theUpdateDataSource
action.assetFormsInput
(FormInput... assetFormsInput) The asset forms to be updated as part of theUpdateDataSource
action.default UpdateDataSourceRequest.Builder
configuration
(Consumer<DataSourceConfigurationInput.Builder> configuration) The configuration to be updated as part of theUpdateDataSource
action.configuration
(DataSourceConfigurationInput configuration) The configuration to be updated as part of theUpdateDataSource
action.description
(String description) The description to be updated as part of theUpdateDataSource
action.domainIdentifier
(String domainIdentifier) The identifier of the domain in which to update a data source.enableSetting
(String enableSetting) The enable setting to be updated as part of theUpdateDataSource
action.enableSetting
(EnableSetting enableSetting) The enable setting to be updated as part of theUpdateDataSource
action.identifier
(String identifier) The identifier of the data source to be updated.The name to be updated as part of theUpdateDataSource
action.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.publishOnImport
(Boolean publishOnImport) The publish on import setting to be updated as part of theUpdateDataSource
action.default UpdateDataSourceRequest.Builder
recommendation
(Consumer<RecommendationConfiguration.Builder> recommendation) The recommendation to be updated as part of theUpdateDataSource
action.recommendation
(RecommendationConfiguration recommendation) The recommendation to be updated as part of theUpdateDataSource
action.retainPermissionsOnRevokeFailure
(Boolean retainPermissionsOnRevokeFailure) Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.default UpdateDataSourceRequest.Builder
schedule
(Consumer<ScheduleConfiguration.Builder> schedule) The schedule to be updated as part of theUpdateDataSource
action.schedule
(ScheduleConfiguration schedule) The schedule to be updated as part of theUpdateDataSource
action.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
assetFormsInput
The asset forms to be updated as part of the
UpdateDataSource
action.- Parameters:
assetFormsInput
- The asset forms to be updated as part of theUpdateDataSource
action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetFormsInput
The asset forms to be updated as part of the
UpdateDataSource
action.- Parameters:
assetFormsInput
- The asset forms to be updated as part of theUpdateDataSource
action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetFormsInput
The asset forms to be updated as part of the
This is a convenience method that creates an instance of theUpdateDataSource
action.FormInput.Builder
avoiding the need to create one manually viaFormInput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toassetFormsInput(List<FormInput>)
.- Parameters:
assetFormsInput
- a consumer that will call methods onFormInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
configuration
The configuration to be updated as part of the
UpdateDataSource
action.- Parameters:
configuration
- The configuration to be updated as part of theUpdateDataSource
action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuration
default UpdateDataSourceRequest.Builder configuration(Consumer<DataSourceConfigurationInput.Builder> configuration) The configuration to be updated as part of the
This is a convenience method that creates an instance of theUpdateDataSource
action.DataSourceConfigurationInput.Builder
avoiding the need to create one manually viaDataSourceConfigurationInput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toconfiguration(DataSourceConfigurationInput)
.- Parameters:
configuration
- a consumer that will call methods onDataSourceConfigurationInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
The description to be updated as part of the
UpdateDataSource
action.- Parameters:
description
- The description to be updated as part of theUpdateDataSource
action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainIdentifier
The identifier of the domain in which to update a data source.
- Parameters:
domainIdentifier
- The identifier of the domain in which to update a data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enableSetting
The enable setting to be updated as part of the
UpdateDataSource
action.- Parameters:
enableSetting
- The enable setting to be updated as part of theUpdateDataSource
action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
enableSetting
The enable setting to be updated as part of the
UpdateDataSource
action.- Parameters:
enableSetting
- The enable setting to be updated as part of theUpdateDataSource
action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
identifier
The identifier of the data source to be updated.
- Parameters:
identifier
- The identifier of the data source to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name to be updated as part of the
UpdateDataSource
action.- Parameters:
name
- The name to be updated as part of theUpdateDataSource
action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
publishOnImport
The publish on import setting to be updated as part of the
UpdateDataSource
action.- Parameters:
publishOnImport
- The publish on import setting to be updated as part of theUpdateDataSource
action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recommendation
The recommendation to be updated as part of the
UpdateDataSource
action.- Parameters:
recommendation
- The recommendation to be updated as part of theUpdateDataSource
action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recommendation
default UpdateDataSourceRequest.Builder recommendation(Consumer<RecommendationConfiguration.Builder> recommendation) The recommendation to be updated as part of the
This is a convenience method that creates an instance of theUpdateDataSource
action.RecommendationConfiguration.Builder
avoiding the need to create one manually viaRecommendationConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed torecommendation(RecommendationConfiguration)
.- Parameters:
recommendation
- a consumer that will call methods onRecommendationConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
retainPermissionsOnRevokeFailure
UpdateDataSourceRequest.Builder retainPermissionsOnRevokeFailure(Boolean retainPermissionsOnRevokeFailure) Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.
- Parameters:
retainPermissionsOnRevokeFailure
- Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schedule
The schedule to be updated as part of the
UpdateDataSource
action.- Parameters:
schedule
- The schedule to be updated as part of theUpdateDataSource
action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schedule
The schedule to be updated as part of the
This is a convenience method that creates an instance of theUpdateDataSource
action.ScheduleConfiguration.Builder
avoiding the need to create one manually viaScheduleConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toschedule(ScheduleConfiguration)
.- Parameters:
schedule
- a consumer that will call methods onScheduleConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateDataSourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateDataSourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-