Package org.ivoa.dm.executionbroker
Class SimpleDataResource.SimpleDataResourceBuilder
java.lang.Object
org.ivoa.dm.executionbroker.SimpleDataResource.SimpleDataResourceBuilder
- Enclosing class:
- SimpleDataResource
A builder class for SimpleDataResource, mainly for use in the functional builder pattern.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe component type identifier.The URL of the data to import.The component metadata.The lifecycle phase.The lifecycle schedule. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
location
The URL of the data to import. -
phase
The lifecycle phase. -
schedule
The lifecycle schedule. -
kind
The component type identifier. -
meta
The component metadata.
-
-
Constructor Details
-
SimpleDataResourceBuilder
public SimpleDataResourceBuilder()
-
-
Method Details
-
create
create a SimpleDataResource from this builder.- Returns:
- an object initialized from the builder.
-