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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateParallelDataResponse.Builder
latestUpdateAttemptAt(Instant latestUpdateAttemptAt)
The time that the most recent update was attempted.UpdateParallelDataResponse.Builder
latestUpdateAttemptStatus(String latestUpdateAttemptStatus)
The status of the parallel data update attempt.UpdateParallelDataResponse.Builder
latestUpdateAttemptStatus(ParallelDataStatus 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(String status)
The status of the parallel data resource that you are attempting to update.UpdateParallelDataResponse.Builder
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 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
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:
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
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:
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 isACTIVE
.- 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 isACTIVE
.- 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.
-
-