Interface DataTransformationProfileSummary.Builder

  • 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

      DataTransformationProfileSummary.Builder profileDescription(String 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

      DataTransformationProfileSummary.Builder lastUpdatedAt(Instant 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.