Interface CreateDataTransformationProfileResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateDataTransformationProfileResponse.Builder,,CreateDataTransformationProfileResponse> HealthLakeResponse.Builder,SdkBuilder<CreateDataTransformationProfileResponse.Builder,,CreateDataTransformationProfileResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateDataTransformationProfileResponse
@Mutable
@NotThreadSafe
public static interface CreateDataTransformationProfileResponse.Builder
extends HealthLakeResponse.Builder, SdkPojo, CopyableBuilder<CreateDataTransformationProfileResponse.Builder,CreateDataTransformationProfileResponse>
-
Method Summary
Modifier and TypeMethodDescriptionlastUpdatedAt(Instant lastUpdatedAt) The timestamp when the profile was last updated.The unique identifier of the created profile.profileName(String profileName) The name of the created 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.targetFormat(TargetFormat targetFormat) The target output format.The version number of the newly created 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 created profile.
- Parameters:
profileId- The unique identifier of the created profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The version number of the newly created profile. The starting version is always 0, which indicates the profile is in DRAFT state.
- Parameters:
version- The version number of the newly created profile. The starting version is always 0, which indicates the profile is in DRAFT state.- 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. Always
FHIR_R4.- Parameters:
targetFormat- The target output format. AlwaysFHIR_R4.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
targetFormat
The target output format. Always
FHIR_R4.- Parameters:
targetFormat- The target output format. AlwaysFHIR_R4.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
profileName
The name of the created profile.
- Parameters:
profileName- The name of the created profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
The timestamp when the profile was last updated.
- Parameters:
lastUpdatedAt- The timestamp when the profile was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-