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