public class InstrumentIdBuilder extends Object
InstrumentId
.Modifier and Type | Method and Description |
---|---|
com.addicticks.avenuemq.dto.InstrumentId |
build() |
static InstrumentIdBuilder |
builder()
Creates a new builder.
|
InstrumentIdBuilder |
withInstrumentKey(String instrumentKey)
Sets the instrumentKey.
|
InstrumentIdBuilder |
withItemName(String itemName)
Sets the itemName.
|
InstrumentIdBuilder |
withServiceName(String serviceName)
Sets the serviceName.
|
public static InstrumentIdBuilder builder()
public InstrumentIdBuilder withServiceName(String serviceName)
public InstrumentIdBuilder withItemName(String itemName)
public InstrumentIdBuilder withInstrumentKey(String instrumentKey)
public com.addicticks.avenuemq.dto.InstrumentId build()
Copyright © 2019 Addicticks. All rights reserved.