Interface ImportDatasetResponse.Builder

  • Method Details

    • datasetName

      ImportDatasetResponse.Builder datasetName(String datasetName)

      The name of the created machine learning dataset.

      Parameters:
      datasetName - The name of the created machine learning dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • datasetArn

      ImportDatasetResponse.Builder datasetArn(String datasetArn)

      The Amazon Resource Name (ARN) of the dataset that was imported.

      Parameters:
      datasetArn - The Amazon Resource Name (ARN) of the dataset that was imported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the ImportDataset operation.

      Parameters:
      status - The status of the ImportDataset operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the ImportDataset operation.

      Parameters:
      status - The status of the ImportDataset operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • jobId

      A unique identifier for the job of importing the dataset.

      Parameters:
      jobId - A unique identifier for the job of importing the dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.