Package org.graylog2.streams
Class StreamDTO.Builder
java.lang.Object
org.graylog2.streams.StreamDTO.Builder
- Enclosing class:
- StreamDTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract StreamDTO.BuilderalertConditions(Collection<AlertConditionSummary> alertConditions) Deprecated.abstract StreamDTO.BuilderalertReceivers(AlertReceivers receivers) Deprecated.abstract StreamDTObuild()abstract StreamDTO.Buildercategories(List<String> categories) abstract StreamDTO.BuildercontentPack(String contentPack) static StreamDTO.Buildercreate()abstract StreamDTO.Builderabstract StreamDTO.BuildercreatorUserId(String creatorUserId) abstract StreamDTO.Builderdescription(String description) abstract StreamDTO.Builderdisabled(boolean disabled) abstract Stringid()abstract StreamDTO.Builderabstract StreamDTO.BuilderindexSetId(String indexSetId) abstract StreamDTO.Builderabstract StreamDTO.BuilderisEditable(boolean isEditable) abstract StreamDTO.BuildermatchingType(String matchingType) abstract StreamDTO.Builderoutputs(Collection<org.bson.types.ObjectId> outputs) abstract StreamDTO.BuilderremoveMatchesFromDefaultStream(Boolean removeMatchesFromDefaultStream) abstract StreamDTO.Builderrules(Collection<StreamRule> rules) abstract StreamDTO.Builder
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
create
-
id
-
creatorUserId
-
outputs
-
matchingType
-
description
-
createdAt
-
contentPack
-
disabled
-
alertConditions
@Deprecated public abstract StreamDTO.Builder alertConditions(Collection<AlertConditionSummary> alertConditions) Deprecated. -
rules
-
alertReceivers
Deprecated. -
title
-
isDefault
-
removeMatchesFromDefaultStream
public abstract StreamDTO.Builder removeMatchesFromDefaultStream(Boolean removeMatchesFromDefaultStream) -
indexSetId
-
isEditable
-
categories
-
id
-
autoBuild
-
build
-