Class ExportLobbyLogsRequest.Builder
- java.lang.Object
-
- com.rivet.api.resources.cloud.games.matchmaker.types.ExportLobbyLogsRequest.Builder
-
- All Implemented Interfaces:
ExportLobbyLogsRequest._FinalStage,ExportLobbyLogsRequest.StreamStage
- Enclosing class:
- ExportLobbyLogsRequest
public static final class ExportLobbyLogsRequest.Builder extends java.lang.Object implements ExportLobbyLogsRequest.StreamStage, ExportLobbyLogsRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExportLobbyLogsRequestbuild()ExportLobbyLogsRequest.Builderfrom(ExportLobbyLogsRequest other)ExportLobbyLogsRequest._FinalStagestream(LogStream stream)
-
-
-
Method Detail
-
from
public ExportLobbyLogsRequest.Builder from(ExportLobbyLogsRequest other)
- Specified by:
fromin interfaceExportLobbyLogsRequest.StreamStage
-
stream
public ExportLobbyLogsRequest._FinalStage stream(LogStream stream)
- Specified by:
streamin interfaceExportLobbyLogsRequest.StreamStage
-
build
public ExportLobbyLogsRequest build()
- Specified by:
buildin interfaceExportLobbyLogsRequest._FinalStage
-
-