Interface UpdateParallelDataResponse.Builder

    • Method Detail

      • name

        UpdateParallelDataResponse.Builder name​(String 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

        UpdateParallelDataResponse.Builder status​(String 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:
        ParallelDataStatus, ParallelDataStatus
      • status

        UpdateParallelDataResponse.Builder status​(ParallelDataStatus 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:
        ParallelDataStatus, ParallelDataStatus
      • 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:
        ParallelDataStatus, ParallelDataStatus
      • 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:
        ParallelDataStatus, ParallelDataStatus
      • 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.