Interface CreateParallelDataResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreateParallelDataResponse.Builder,,- CreateParallelDataResponse> - SdkBuilder<CreateParallelDataResponse.Builder,,- CreateParallelDataResponse> - SdkPojo,- SdkResponse.Builder,- TranslateResponse.Builder
- Enclosing class:
- CreateParallelDataResponse
@Mutable
@NotThreadSafe
public static interface CreateParallelDataResponse.Builder
extends TranslateResponse.Builder, SdkPojo, CopyableBuilder<CreateParallelDataResponse.Builder,CreateParallelDataResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe custom name that you assigned to the parallel data resource.The status of the parallel data resource.status(ParallelDataStatus status) The status of the parallel data resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.translate.model.TranslateResponse.Builderbuild, responseMetadata, responseMetadata
- 
Method Details- 
nameThe custom name that you assigned to the parallel data resource. - Parameters:
- name- The custom name that you assigned to the parallel data resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe status of the parallel data resource. When the resource is ready for you to use, the status is ACTIVE.- Parameters:
- status- The status of the parallel data resource. When the 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:
 
- 
statusThe status of the parallel data resource. When the resource is ready for you to use, the status is ACTIVE.- Parameters:
- status- The status of the parallel data resource. When the 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:
 
 
-