Class RucioDataResourceBlock.RucioDataResourceBlockBuilder

java.lang.Object
org.ivoa.dm.executionbroker.RucioDataResourceBlock.RucioDataResourceBlockBuilder
Enclosing class:
RucioDataResourceBlock

public static class RucioDataResourceBlock.RucioDataResourceBlockBuilder extends Object
A builder class for RucioDataResourceBlock, mainly for use in the functional builder pattern.
  • Field Details

    • endpoint

      public String endpoint
      The endpoint address of the Rucio service.
    • scope

      public String scope
      The Rucio scope.
    • object

      public String object
      The target object name.
    • type

      public String type
      The Rucio data object type.
  • Constructor Details

    • RucioDataResourceBlockBuilder

      public RucioDataResourceBlockBuilder()
  • Method Details

    • create

      public RucioDataResourceBlock create()
      create a RucioDataResourceBlock from this builder.
      Returns:
      an object initialized from the builder.