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 Summary
Modifier and TypeMethodDescriptionlatestUpdateAttemptAt
(Instant latestUpdateAttemptAt) The time that the most recent update was attempted.latestUpdateAttemptStatus
(String latestUpdateAttemptStatus) The status of the parallel data update attempt.latestUpdateAttemptStatus
(ParallelDataStatus latestUpdateAttemptStatus) The status of the parallel data update attempt.The name of the parallel data resource being updated.The status of the parallel data resource that you are attempting to update.status
(ParallelDataStatus status) The status of the parallel data resource that you are attempting to update.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.translate.model.TranslateResponse.Builder
build, responseMetadata, responseMetadata
-
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
orFAILED
.- 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 eitherACTIVE
orFAILED
.- 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
orFAILED
.- 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 eitherACTIVE
orFAILED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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 isACTIVE
.- 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 isACTIVE
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-