Interface DatasetEntry.Builder

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

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

    • entryName

      DatasetEntry.Builder entryName(String entryName)

      The name of the dataset item.

      Parameters:
      entryName - The name of the dataset item.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataURI

      DatasetEntry.Builder dataURI(String dataURI)

      The presigned URI of the dataset item.

      Parameters:
      dataURI - The presigned URI of the dataset item.
      Returns:
      Returns a reference to this object so that method calls can be chained together.