Class UpdateParallelDataResponse

    • Method Detail

      • name

        public final String name()

        The name of the parallel data resource being updated.

        Returns:
        The name of the parallel data resource being updated.
      • status

        public final 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.

        If the service returns an enum value that is not available in the current SDK version, status will return ParallelDataStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        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.
        See Also:
        ParallelDataStatus
      • statusAsString

        public final String statusAsString()

        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.

        If the service returns an enum value that is not available in the current SDK version, status will return ParallelDataStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        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.
        See Also:
        ParallelDataStatus
      • latestUpdateAttemptStatus

        public final 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.

        If the service returns an enum value that is not available in the current SDK version, latestUpdateAttemptStatus will return ParallelDataStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from latestUpdateAttemptStatusAsString().

        Returns:
        The status of the parallel data update attempt. When the updated parallel data resource is ready for you to use, the status is ACTIVE.
        See Also:
        ParallelDataStatus
      • latestUpdateAttemptStatusAsString

        public final String latestUpdateAttemptStatusAsString()

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

        If the service returns an enum value that is not available in the current SDK version, latestUpdateAttemptStatus will return ParallelDataStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from latestUpdateAttemptStatusAsString().

        Returns:
        The status of the parallel data update attempt. When the updated parallel data resource is ready for you to use, the status is ACTIVE.
        See Also:
        ParallelDataStatus
      • latestUpdateAttemptAt

        public final Instant latestUpdateAttemptAt()

        The time that the most recent update was attempted.

        Returns:
        The time that the most recent update was attempted.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object