Interface StartMlDataProcessingJobResponse.Builder

    • Method Detail

      • id

        StartMlDataProcessingJobResponse.Builder id​(String 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

        StartMlDataProcessingJobResponse.Builder arn​(String 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.