public static interface StartMlDataProcessingJobResponse.Builder extends NeptunedataResponse.Builder, SdkPojo, CopyableBuilder<StartMlDataProcessingJobResponse.Builder,StartMlDataProcessingJobResponse>
| Modifier and Type | Method and Description |
|---|---|
StartMlDataProcessingJobResponse.Builder |
arn(String arn)
The ARN of the data processing job.
|
StartMlDataProcessingJobResponse.Builder |
creationTimeInMillis(Long creationTimeInMillis)
The time it took to create the new processing job, in milliseconds.
|
StartMlDataProcessingJobResponse.Builder |
id(String id)
The unique ID of the new data processing job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartMlDataProcessingJobResponse.Builder id(String id)
The unique ID of the new data processing job.
id - The unique ID of the new data processing job.StartMlDataProcessingJobResponse.Builder arn(String arn)
The ARN of the data processing job.
arn - The ARN of the data processing job.StartMlDataProcessingJobResponse.Builder creationTimeInMillis(Long creationTimeInMillis)
The time it took to create the new processing job, in milliseconds.
creationTimeInMillis - The time it took to create the new processing job, in milliseconds.Copyright © 2023. All rights reserved.