Class LogsLobbyStatusStopped.Builder
- java.lang.Object
-
- com.rivet.api.resources.cloud.common.types.LogsLobbyStatusStopped.Builder
-
- All Implemented Interfaces:
LogsLobbyStatusStopped._FinalStage,LogsLobbyStatusStopped.ExitCodeStage,LogsLobbyStatusStopped.FailedStage,LogsLobbyStatusStopped.StopTsStage
- Enclosing class:
- LogsLobbyStatusStopped
public static final class LogsLobbyStatusStopped.Builder extends java.lang.Object implements LogsLobbyStatusStopped.StopTsStage, LogsLobbyStatusStopped.FailedStage, LogsLobbyStatusStopped.ExitCodeStage, LogsLobbyStatusStopped._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogsLobbyStatusStoppedbuild()LogsLobbyStatusStopped._FinalStageexitCode(int exitCode)The exit code returned by the lobby's main process when stopped.LogsLobbyStatusStopped.ExitCodeStagefailed(boolean failed)Whether or not the lobby failed or stopped successfully.LogsLobbyStatusStopped.Builderfrom(LogsLobbyStatusStopped other)LogsLobbyStatusStopped.FailedStagestopTs(java.time.OffsetDateTime stopTs)
-
-
-
Method Detail
-
from
public LogsLobbyStatusStopped.Builder from(LogsLobbyStatusStopped other)
- Specified by:
fromin interfaceLogsLobbyStatusStopped.StopTsStage
-
stopTs
public LogsLobbyStatusStopped.FailedStage stopTs(java.time.OffsetDateTime stopTs)
- Specified by:
stopTsin interfaceLogsLobbyStatusStopped.StopTsStage
-
failed
public LogsLobbyStatusStopped.ExitCodeStage failed(boolean failed)
Whether or not the lobby failed or stopped successfully.
- Specified by:
failedin interfaceLogsLobbyStatusStopped.FailedStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
exitCode
public LogsLobbyStatusStopped._FinalStage exitCode(int exitCode)
The exit code returned by the lobby's main process when stopped.
- Specified by:
exitCodein interfaceLogsLobbyStatusStopped.ExitCodeStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public LogsLobbyStatusStopped build()
- Specified by:
buildin interfaceLogsLobbyStatusStopped._FinalStage
-
-