-
- All Implemented Interfaces:
public class YoSpaceDescription.Builder
-
-
Constructor Summary
Constructors Constructor Description YoSpaceDescription.Builder()Creates a builder for the YoSpace configuration.
-
Method Summary
Modifier and Type Method Description static YoSpaceDescription.BuilderyoSpaceDescription()Creates a builder for the YoSpace configuration. YoSpaceDescription.BuilderstreamType(@NonNull() StreamType streamType)Sets the type of the requested stream. YoSpaceDescription.BuilderlogLevel(@NonNull() YoSpaceLogLevelConfiguration logLevel)Sets the log level configuration. YoSpaceDescriptionbuild()Builds the YoSpace configuration. -
-
Method Detail
-
yoSpaceDescription
@Deprecated()@NonNull() static YoSpaceDescription.Builder yoSpaceDescription()
Creates a builder for the YoSpace configuration.
Deprecated: Superseded by Builder, since v4.0.0.
-
streamType
@NonNull() YoSpaceDescription.Builder streamType(@NonNull() StreamType streamType)
Sets the type of the requested stream.
- Parameters:
streamType- The StreamType.
-
logLevel
@NonNull() YoSpaceDescription.Builder logLevel(@NonNull() YoSpaceLogLevelConfiguration logLevel)
Sets the log level configuration.
- Parameters:
logLevel- The YoSpaceLogLevelConfiguration.
-
build
@NonNull() YoSpaceDescription build()
Builds the YoSpace configuration.
-
-
-
-