Interface DataTransformationProfileVersionSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DataTransformationProfileVersionSummary.Builder,,DataTransformationProfileVersionSummary> SdkBuilder<DataTransformationProfileVersionSummary.Builder,,DataTransformationProfileVersionSummary> SdkPojo
- Enclosing class:
DataTransformationProfileVersionSummary
@Mutable
@NotThreadSafe
public static interface DataTransformationProfileVersionSummary.Builder
extends SdkPojo, CopyableBuilder<DataTransformationProfileVersionSummary.Builder,DataTransformationProfileVersionSummary>
-
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.The unique identifier of the profile.profileName(String profileName) The name of the profile.sourceFormat(String sourceFormat) The source data format that this profile converts from.sourceFormat(SourceFormat sourceFormat) The source data format that this profile converts from.targetFormat(String targetFormat) The target output format of the profile.targetFormat(TargetFormat targetFormat) The target output format of the profile.The version number.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods 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.
- 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.
- Parameters:
version- The version number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceFormat
The source data format that this profile converts from.
- Parameters:
sourceFormat- The source data format that this profile converts from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sourceFormat
The source data format that this profile converts from.
- Parameters:
sourceFormat- The source data format that this profile converts from.- 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 profile.
- Parameters:
profileName- The name 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.
-