Interface PublishDataTransformationProfileResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<PublishDataTransformationProfileResponse.Builder,,PublishDataTransformationProfileResponse> HealthLakeResponse.Builder,SdkBuilder<PublishDataTransformationProfileResponse.Builder,,PublishDataTransformationProfileResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
PublishDataTransformationProfileResponse
@Mutable
@NotThreadSafe
public static interface PublishDataTransformationProfileResponse.Builder
extends HealthLakeResponse.Builder, SdkPojo, CopyableBuilder<PublishDataTransformationProfileResponse.Builder,PublishDataTransformationProfileResponse>
-
Method Summary
Modifier and TypeMethodDescriptionlastUpdatedAt(Instant lastUpdatedAt) The timestamp when the profile was last updated.The unique identifier of the published profile.profileName(String profileName) The name of the published 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 new version number that was created.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 published profile.
- Parameters:
profileId- The unique identifier of the published profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The new version number that was created.
- Parameters:
version- The new version number that was created.- 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:
-
profileName
The name of the published profile.
- Parameters:
profileName- The name of the published 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.
-