Interface DataTransformationProfileSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DataTransformationProfileSummary.Builder,,DataTransformationProfileSummary> SdkBuilder<DataTransformationProfileSummary.Builder,,DataTransformationProfileSummary> SdkPojo
- Enclosing class:
DataTransformationProfileSummary
@Mutable
@NotThreadSafe
public static interface DataTransformationProfileSummary.Builder
extends SdkPojo, CopyableBuilder<DataTransformationProfileSummary.Builder,DataTransformationProfileSummary>
-
Method Summary
Modifier and TypeMethodDescriptionlastUpdatedAt(Instant lastUpdatedAt) The timestamp when the profile was last updated.profileDescription(String profileDescription) A description of the profile's purpose.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 latest version number of the profile.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 latest version number of the profile.
- Parameters:
version- The latest version number of the profile.- 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.
-
profileDescription
A description of the profile's purpose.
- Parameters:
profileDescription- A description of the profile's purpose.- 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.
-