Package org.ivoa.dm.execution
Class DataResource.DataResourceBuilder
java.lang.Object
org.ivoa.dm.execution.DataResource.DataResourceBuilder
- Enclosing class:
- DataResource
A builder class for DataResource, mainly for use in the functional builder pattern.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
location
the location of the data. -
size
the size of the data resource in GB. -
mimeType
the mime type of the data resource. -
accessUrl
the URL that can be used to access the data resource.
-
-
Constructor Details
-
DataResourceBuilder
public DataResourceBuilder()
-
-
Method Details
-
create
create a DataResource from this builder.- Returns:
- an object initialized from the builder.
-