Interface StartDataTransformationJobResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartDataTransformationJobResponse.Builder,,StartDataTransformationJobResponse> HealthLakeResponse.Builder,SdkBuilder<StartDataTransformationJobResponse.Builder,,StartDataTransformationJobResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StartDataTransformationJobResponse
@Mutable
@NotThreadSafe
public static interface StartDataTransformationJobResponse.Builder
extends HealthLakeResponse.Builder, SdkPojo, CopyableBuilder<StartDataTransformationJobResponse.Builder,StartDataTransformationJobResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier assigned to the data transformation job.The initial status of the data transformation job.jobStatus(TransformationJobStatus jobStatus) The initial status of the data transformation job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.healthlake.model.HealthLakeResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
jobId
The unique identifier assigned to the data transformation job.
- Parameters:
jobId- The unique identifier assigned to the data transformation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobStatus
The initial status of the data transformation job.
- Parameters:
jobStatus- The initial status of the data transformation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobStatus
The initial status of the data transformation job.
- Parameters:
jobStatus- The initial status of the data transformation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-