public static interface UpdateParallelDataResponse.Builder extends TranslateResponse.Builder, SdkPojo, CopyableBuilder<UpdateParallelDataResponse.Builder,UpdateParallelDataResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateParallelDataResponse.Builder |
latestUpdateAttemptAt(Instant latestUpdateAttemptAt)
The time that the most recent update was attempted.
|
UpdateParallelDataResponse.Builder |
latestUpdateAttemptStatus(ParallelDataStatus latestUpdateAttemptStatus)
The status of the parallel data update attempt.
|
UpdateParallelDataResponse.Builder |
latestUpdateAttemptStatus(String latestUpdateAttemptStatus)
The status of the parallel data update attempt.
|
UpdateParallelDataResponse.Builder |
name(String name)
The name of the parallel data resource being updated.
|
UpdateParallelDataResponse.Builder |
status(ParallelDataStatus status)
The status of the parallel data resource that you are attempting to update.
|
UpdateParallelDataResponse.Builder |
status(String status)
The status of the parallel data resource that you are attempting to update.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateParallelDataResponse.Builder name(String name)
The name of the parallel data resource being updated.
name - The name of the parallel data resource being updated.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.
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.ParallelDataStatus,
ParallelDataStatusUpdateParallelDataResponse.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.
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.ParallelDataStatus,
ParallelDataStatusUpdateParallelDataResponse.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.
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.ParallelDataStatus,
ParallelDataStatusUpdateParallelDataResponse.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.
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.ParallelDataStatus,
ParallelDataStatusUpdateParallelDataResponse.Builder latestUpdateAttemptAt(Instant latestUpdateAttemptAt)
The time that the most recent update was attempted.
latestUpdateAttemptAt - The time that the most recent update was attempted.Copyright © 2021. All rights reserved.