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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateParallelDataResponse.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
,
ParallelDataStatus
CreateParallelDataResponse.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
,
ParallelDataStatus
Copyright © 2023. All rights reserved.