Interface UpdateDataTransformationProfileRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateDataTransformationProfileRequest.Builder,,UpdateDataTransformationProfileRequest> HealthLakeRequest.Builder,SdkBuilder<UpdateDataTransformationProfileRequest.Builder,,UpdateDataTransformationProfileRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateDataTransformationProfileRequest
@Mutable
@NotThreadSafe
public static interface UpdateDataTransformationProfileRequest.Builder
extends HealthLakeRequest.Builder, SdkPojo, CopyableBuilder<UpdateDataTransformationProfileRequest.Builder,UpdateDataTransformationProfileRequest>
-
Method Summary
Modifier and TypeMethodDescriptionchangeDescription(String changeDescription) A description of what changed in this update.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The unique identifier of the profile to update.profileMapping(Map<String, String> profileMapping) The new profile content for the DRAFT version.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.healthlake.model.HealthLakeRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
profileId
The unique identifier of the profile to update.
- Parameters:
profileId- The unique identifier of the profile to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileMapping
The new profile content for the DRAFT version. This is a full replacement of all profile files.
- Parameters:
profileMapping- The new profile content for the DRAFT version. This is a full replacement of all profile files.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeDescription
A description of what changed in this update.
- Parameters:
changeDescription- A description of what changed in this update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateDataTransformationProfileRequest.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
UpdateDataTransformationProfileRequest.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.
-