Interface UpdateParallelDataResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<UpdateParallelDataResponse.Builder,UpdateParallelDataResponse>, SdkBuilder<UpdateParallelDataResponse.Builder,UpdateParallelDataResponse>, SdkPojo, SdkResponse.Builder, TranslateResponse.Builder
Enclosing class:
UpdateParallelDataResponse

public static interface UpdateParallelDataResponse.Builder extends TranslateResponse.Builder, SdkPojo, CopyableBuilder<UpdateParallelDataResponse.Builder,UpdateParallelDataResponse>
  • Method Details

    • name

      The name of the parallel data resource being updated.

      Parameters:
      name - The name of the parallel data resource being updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the parallel data resource that you are attempting to update. Your update request is accepted only if this status is either ACTIVE or FAILED.

      Parameters:
      status - The status of the parallel data resource that you are attempting to update. Your update request is accepted only if this status is either ACTIVE or FAILED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the parallel data resource that you are attempting to update. Your update request is accepted only if this status is either ACTIVE or FAILED.

      Parameters:
      status - The status of the parallel data resource that you are attempting to update. Your update request is accepted only if this status is either ACTIVE or FAILED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • latestUpdateAttemptStatus

      UpdateParallelDataResponse.Builder latestUpdateAttemptStatus(String latestUpdateAttemptStatus)

      The status of the parallel data update attempt. When the updated parallel data resource is ready for you to use, the status is ACTIVE.

      Parameters:
      latestUpdateAttemptStatus - The status of the parallel data update attempt. When the updated parallel data resource is ready for you to use, the status is ACTIVE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • latestUpdateAttemptStatus

      UpdateParallelDataResponse.Builder latestUpdateAttemptStatus(ParallelDataStatus latestUpdateAttemptStatus)

      The status of the parallel data update attempt. When the updated parallel data resource is ready for you to use, the status is ACTIVE.

      Parameters:
      latestUpdateAttemptStatus - The status of the parallel data update attempt. When the updated parallel data resource is ready for you to use, the status is ACTIVE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • latestUpdateAttemptAt

      UpdateParallelDataResponse.Builder latestUpdateAttemptAt(Instant latestUpdateAttemptAt)

      The time that the most recent update was attempted.

      Parameters:
      latestUpdateAttemptAt - The time that the most recent update was attempted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.