-
- 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 YoSpaceDescription.Builder
streamType(@NonNull() StreamType streamType)
Sets the type of the requested stream. YoSpaceDescription.Builder
logLevel(@NonNull() YoSpaceLogLevelConfiguration logLevel)
Sets the log level configuration. YoSpaceDescription
build()
Builds the YoSpace configuration. -
-
Method Detail
-
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.
-
-
-
-