Interface GetDataTransformationProfileResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetDataTransformationProfileResponse.Builder,,GetDataTransformationProfileResponse> HealthLakeResponse.Builder,SdkBuilder<GetDataTransformationProfileResponse.Builder,,GetDataTransformationProfileResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetDataTransformationProfileResponse
@Mutable
@NotThreadSafe
public static interface GetDataTransformationProfileResponse.Builder
extends HealthLakeResponse.Builder, SdkPojo, CopyableBuilder<GetDataTransformationProfileResponse.Builder,GetDataTransformationProfileResponse>
-
Method Summary
Modifier and TypeMethodDescriptionchangeDescription(String changeDescription) A description of what changed in this version.lastUpdatedAt(Instant lastUpdatedAt) The timestamp when this version was last updated.profileDescription(String profileDescription) The description of the profile.The unique identifier of the profile.profileMapping(Map<String, String> profileMapping) The profile content as a map of file paths to content strings.profileName(String profileName) The name of the profile.sourceFormat(String sourceFormat) The source data format of the profile.sourceFormat(SourceFormat sourceFormat) The source data format of the profile.targetFormat(String targetFormat) The target output format of the profile.targetFormat(TargetFormat targetFormat) The target output format of the profile.The version number of the retrieved profile.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.healthlake.model.HealthLakeResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
profileId
The unique identifier of the profile.
- Parameters:
profileId- The unique identifier of the profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The version number of the retrieved profile.
- Parameters:
version- The version number of the retrieved profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceFormat
The source data format of the profile.
- Parameters:
sourceFormat- The source data format of the profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sourceFormat
The source data format of the profile.
- Parameters:
sourceFormat- The source data format of the profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
targetFormat
The target output format of the profile.
- Parameters:
targetFormat- The target output format of the profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
targetFormat
The target output format of the profile.
- Parameters:
targetFormat- The target output format of the profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
profileMapping
The profile content as a map of file paths to content strings.
- Parameters:
profileMapping- The profile content as a map of file paths to content strings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileName
The name of the profile.
- Parameters:
profileName- The name of the profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileDescription
The description of the profile.
- Parameters:
profileDescription- The description of the profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeDescription
A description of what changed in this version.
- Parameters:
changeDescription- A description of what changed in this version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
The timestamp when this version was last updated.
- Parameters:
lastUpdatedAt- The timestamp when this version was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-