Interface GetProfileUpdateTaskResponse.Builder

  • Method Details

    • catalog

      The catalog identifier for the partner account.

      Parameters:
      catalog - The catalog identifier for the partner account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The Amazon Resource Name (ARN) of the profile update task.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the profile update task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The unique identifier of the partner account.

      Parameters:
      id - The unique identifier of the partner account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • taskId

      The unique identifier of the profile update task.

      Parameters:
      taskId - The unique identifier of the profile update task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • taskDetails

      The details of the profile update task including what changes are being made.

      Parameters:
      taskDetails - The details of the profile update task including what changes are being made.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • taskDetails

      The details of the profile update task including what changes are being made.

      This is a convenience method that creates an instance of the TaskDetails.Builder avoiding the need to create one manually via TaskDetails.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to taskDetails(TaskDetails).

      Parameters:
      taskDetails - a consumer that will call methods on TaskDetails.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • startedAt

      The timestamp when the profile update task was started.

      Parameters:
      startedAt - The timestamp when the profile update task was started.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the profile update task (in progress, completed, failed, etc.).

      Parameters:
      status - The current status of the profile update task (in progress, completed, failed, etc.).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the profile update task (in progress, completed, failed, etc.).

      Parameters:
      status - The current status of the profile update task (in progress, completed, failed, etc.).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • endedAt

      The timestamp when the profile update task was completed or failed.

      Parameters:
      endedAt - The timestamp when the profile update task was completed or failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorDetailList

      GetProfileUpdateTaskResponse.Builder errorDetailList(Collection<ErrorDetail> errorDetailList)

      A list of error details if any errors occurred during the profile update task.

      Parameters:
      errorDetailList - A list of error details if any errors occurred during the profile update task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorDetailList

      GetProfileUpdateTaskResponse.Builder errorDetailList(ErrorDetail... errorDetailList)

      A list of error details if any errors occurred during the profile update task.

      Parameters:
      errorDetailList - A list of error details if any errors occurred during the profile update task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorDetailList

      A list of error details if any errors occurred during the profile update task.

      This is a convenience method that creates an instance of the ErrorDetail.Builder avoiding the need to create one manually via ErrorDetail.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to errorDetailList(List<ErrorDetail>).

      Parameters:
      errorDetailList - a consumer that will call methods on ErrorDetail.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: