Interface CreateParallelDataResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateParallelDataResponse.Builder,CreateParallelDataResponse>,SdkBuilder<CreateParallelDataResponse.Builder,CreateParallelDataResponse>,SdkPojo,SdkResponse.Builder,TranslateResponse.Builder
- Enclosing class:
- CreateParallelDataResponse
public static interface CreateParallelDataResponse.Builder extends TranslateResponse.Builder, SdkPojo, CopyableBuilder<CreateParallelDataResponse.Builder,CreateParallelDataResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateParallelDataResponse.Buildername(String name)The custom name that you assigned to the parallel data resource.CreateParallelDataResponse.Builderstatus(String status)The status of the parallel data resource.CreateParallelDataResponse.Builderstatus(ParallelDataStatus status)The status of the parallel data resource.-
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
CreateParallelDataResponse.Builder name(String name)
The 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.
-
status
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.- Parameters:
status- The status of the parallel data resource. When the 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
-
status
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.- Parameters:
status- The status of the parallel data resource. When the 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
-
-