Interface DatasetContentVersionValue.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DatasetContentVersionValue.Builder,DatasetContentVersionValue>, SdkBuilder<DatasetContentVersionValue.Builder,DatasetContentVersionValue>, SdkPojo
Enclosing class:
DatasetContentVersionValue

public static interface DatasetContentVersionValue.Builder extends SdkPojo, CopyableBuilder<DatasetContentVersionValue.Builder,DatasetContentVersionValue>
  • Method Details

    • datasetName

      DatasetContentVersionValue.Builder datasetName(String datasetName)

      The name of the dataset whose latest contents are used as input to the notebook or application.

      Parameters:
      datasetName - The name of the dataset whose latest contents are used as input to the notebook or application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.