Class StreamingSubscriptionOperator.StreamingSubscriptionBuilder
java.lang.Object
api.equinix.javasdk.ibxsmartview.model.json.creators.StreamingSubscriptionOperator.StreamingSubscriptionBuilder
- Enclosing class:
StreamingSubscriptionOperator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddMessage(StreamingMessageType messageType, List<String> accountNumbers, List<String> ibxs) create()withChannel(ChannelType channelType, Map<String, Object> channelDetails) withDescription(String description)
-
Constructor Details
-
StreamingSubscriptionBuilder
protected StreamingSubscriptionBuilder()
-
-
Method Details
-
withName
-
withDescription
public StreamingSubscriptionOperator.StreamingSubscriptionBuilder withDescription(String description) -
withChannel
public StreamingSubscriptionOperator.StreamingSubscriptionBuilder withChannel(ChannelType channelType, Map<String, Object> channelDetails) -
addMessage
public StreamingSubscriptionOperator.StreamingSubscriptionBuilder addMessage(StreamingMessageType messageType, List<String> accountNumbers, List<String> ibxs) -
create
-