Interface StartMlModelTransformJobResponse.Builder

    • Method Detail

      • id

        StartMlModelTransformJobResponse.Builder id​(String id)

        The unique ID of the new model transform job.

        Parameters:
        id - The unique ID of the new model transform job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        StartMlModelTransformJobResponse.Builder arn​(String arn)

        The ARN of the model transform job.

        Parameters:
        arn - The ARN of the model transform job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTimeInMillis

        StartMlModelTransformJobResponse.Builder creationTimeInMillis​(Long creationTimeInMillis)

        The creation time of the model transform job, in milliseconds.

        Parameters:
        creationTimeInMillis - The creation time of the model transform job, in milliseconds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.