Interface GetDataTransformationProfileResponse.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 version number of the retrieved profile.

      Parameters:
      version - The version number of the retrieved profile.
      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:
    • profileMapping

      The profile content as a map of file paths to content strings.

      Parameters:
      profileMapping - The profile content as a map of file paths to content strings.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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

      GetDataTransformationProfileResponse.Builder profileDescription(String profileDescription)

      The description of the profile.

      Parameters:
      profileDescription - The description of the profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • changeDescription

      GetDataTransformationProfileResponse.Builder changeDescription(String 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.