public static interface CreateParallelDataResponse.Builder extends TranslateResponse.Builder, SdkPojo, CopyableBuilder<CreateParallelDataResponse.Builder,CreateParallelDataResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateParallelDataResponse.Builder |
name(String name)
The custom name that you assigned to the parallel data resource.
|
CreateParallelDataResponse.Builder |
status(ParallelDataStatus status)
The status of the parallel data resource.
|
CreateParallelDataResponse.Builder |
status(String status)
The status of the parallel data resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateParallelDataResponse.Builder name(String name)
The custom name that you assigned to the parallel data resource.
name - The custom name that you assigned to the parallel data resource.CreateParallelDataResponse.Builder status(String status)
The status of the parallel data resource. When the resource is ready for you to use, the status is
ACTIVE.
status - The status of the parallel data resource. When the resource is ready for you to use, the status is
ACTIVE.ParallelDataStatus,
ParallelDataStatusCreateParallelDataResponse.Builder status(ParallelDataStatus status)
The status of the parallel data resource. When the resource is ready for you to use, the status is
ACTIVE.
status - The status of the parallel data resource. When the resource is ready for you to use, the status is
ACTIVE.ParallelDataStatus,
ParallelDataStatusCopyright © 2022. All rights reserved.