Generated by
JDiff

Class com.cloudera.cdk.data.DatasetDescriptor.Builder

Added Methods
Builder format(String) Configure the dataset's format from a format name String (optional).
Builder location(String) Configure the Dataset's location (optional).
Builder location(URI) Configure the Dataset's location (optional).
Builder location(Path) Configure the Dataset's location (optional).
Builder property(String, String) Add a key-value property to the descriptor.
Builder schemaLiteral(String) Configure the dataset's schema from a String.
Builder schemaUri(URI) Configure the Dataset's schema from a URI.
Builder schemaUri(String) Configure the Dataset's schema from a String URI.
 

Changed Methods
Builder schema(URI) Now deprecated.
will be removed in 0.9.0, use {@link #schemaUri(java.net.URI)}
Builder schema(String) Now deprecated.
will be removed in 0.9.0