Interface InstrumentSelector.Builder
-
- Enclosing class:
- InstrumentSelector
public static interface InstrumentSelector.BuilderBuilder forInstrumentSelectorinstances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstrumentSelectorbuild()Returns an InstrumentSelector instance with the content of this builder.InstrumentSelector.BuilderinstrumentNameRegex(java.lang.String regex)Sets a specifier for selecting Instruments by name.InstrumentSelector.BuilderinstrumentType(InstrumentType instrumentType)Sets a specifier forInstrumentType.
-
-
-
Method Detail
-
instrumentType
InstrumentSelector.Builder instrumentType(InstrumentType instrumentType)
Sets a specifier forInstrumentType.
-
instrumentNameRegex
InstrumentSelector.Builder instrumentNameRegex(java.lang.String regex)
Sets a specifier for selecting Instruments by name.
-
build
InstrumentSelector build()
Returns an InstrumentSelector instance with the content of this builder.
-
-