Interface StartMlDataProcessingJobResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<StartMlDataProcessingJobResponse.Builder,,- StartMlDataProcessingJobResponse> - NeptunedataResponse.Builder,- SdkBuilder<StartMlDataProcessingJobResponse.Builder,,- StartMlDataProcessingJobResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- StartMlDataProcessingJobResponse
@Mutable
@NotThreadSafe
public static interface StartMlDataProcessingJobResponse.Builder
extends NeptunedataResponse.Builder, SdkPojo, CopyableBuilder<StartMlDataProcessingJobResponse.Builder,StartMlDataProcessingJobResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe ARN of the data processing job.creationTimeInMillis(Long creationTimeInMillis) The time it took to create the new processing job, in milliseconds.The unique ID of the new data processing job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.neptunedata.model.NeptunedataResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
idThe unique ID of the new data processing job. - Parameters:
- id- The unique ID of the new data processing job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
arnThe ARN of the data processing job. - Parameters:
- arn- The ARN of the data processing job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
creationTimeInMillisThe time it took to create the new processing job, in milliseconds. - Parameters:
- creationTimeInMillis- The time it took to create the new processing job, in milliseconds.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-