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 theUpdateDataSourceaction.assetFormsInput(Consumer<FormInput.Builder>... assetFormsInput) The asset forms to be updated as part of theUpdateDataSourceaction.assetFormsInput(FormInput... assetFormsInput) The asset forms to be updated as part of theUpdateDataSourceaction.default UpdateDataSourceRequest.Builderconfiguration(Consumer<DataSourceConfigurationInput.Builder> configuration) The configuration to be updated as part of theUpdateDataSourceaction.configuration(DataSourceConfigurationInput configuration) The configuration to be updated as part of theUpdateDataSourceaction.description(String description) The description to be updated as part of theUpdateDataSourceaction.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 theUpdateDataSourceaction.enableSetting(EnableSetting enableSetting) The enable setting to be updated as part of theUpdateDataSourceaction.identifier(String identifier) The identifier of the data source to be updated.The name to be updated as part of theUpdateDataSourceaction.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 theUpdateDataSourceaction.default UpdateDataSourceRequest.Builderrecommendation(Consumer<RecommendationConfiguration.Builder> recommendation) The recommendation to be updated as part of theUpdateDataSourceaction.recommendation(RecommendationConfiguration recommendation) The recommendation to be updated as part of theUpdateDataSourceaction.retainPermissionsOnRevokeFailure(Boolean retainPermissionsOnRevokeFailure) Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.default UpdateDataSourceRequest.Builderschedule(Consumer<ScheduleConfiguration.Builder> schedule) The schedule to be updated as part of theUpdateDataSourceaction.schedule(ScheduleConfiguration schedule) The schedule to be updated as part of theUpdateDataSourceaction.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
assetFormsInput
The asset forms to be updated as part of the
UpdateDataSourceaction.- Parameters:
assetFormsInput- The asset forms to be updated as part of theUpdateDataSourceaction.- 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
UpdateDataSourceaction.- Parameters:
assetFormsInput- The asset forms to be updated as part of theUpdateDataSourceaction.- 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 theUpdateDataSourceaction.FormInput.Builderavoiding the need to create one manually viaFormInput.builder().When the
Consumercompletes,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
UpdateDataSourceaction.- Parameters:
configuration- The configuration to be updated as part of theUpdateDataSourceaction.- 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 theUpdateDataSourceaction.DataSourceConfigurationInput.Builderavoiding the need to create one manually viaDataSourceConfigurationInput.builder().When the
Consumercompletes,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
UpdateDataSourceaction.- Parameters:
description- The description to be updated as part of theUpdateDataSourceaction.- 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
UpdateDataSourceaction.- Parameters:
enableSetting- The enable setting to be updated as part of theUpdateDataSourceaction.- 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
UpdateDataSourceaction.- Parameters:
enableSetting- The enable setting to be updated as part of theUpdateDataSourceaction.- 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
UpdateDataSourceaction.- Parameters:
name- The name to be updated as part of theUpdateDataSourceaction.- 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
UpdateDataSourceaction.- Parameters:
publishOnImport- The publish on import setting to be updated as part of theUpdateDataSourceaction.- 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
UpdateDataSourceaction.- Parameters:
recommendation- The recommendation to be updated as part of theUpdateDataSourceaction.- 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 theUpdateDataSourceaction.RecommendationConfiguration.Builderavoiding the need to create one manually viaRecommendationConfiguration.builder().When the
Consumercompletes,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
UpdateDataSourceaction.- Parameters:
schedule- The schedule to be updated as part of theUpdateDataSourceaction.- 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 theUpdateDataSourceaction.ScheduleConfiguration.Builderavoiding the need to create one manually viaScheduleConfiguration.builder().When the
Consumercompletes,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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-