Interface StartMlDataProcessingJobResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<StartMlDataProcessingJobResponse.Builder,StartMlDataProcessingJobResponse>, NeptunedataResponse.Builder, SdkBuilder<StartMlDataProcessingJobResponse.Builder,StartMlDataProcessingJobResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
StartMlDataProcessingJobResponse

  • Method Details

    • id

      The 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.
    • arn

      The 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.
    • creationTimeInMillis

      StartMlDataProcessingJobResponse.Builder creationTimeInMillis(Long creationTimeInMillis)

      The 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.