Class LobbyGroupIdleLobbiesConfig.Builder
- java.lang.Object
-
- com.rivet.api.resources.cloud.version.matchmaker.lobbygroup.types.LobbyGroupIdleLobbiesConfig.Builder
-
- All Implemented Interfaces:
LobbyGroupIdleLobbiesConfig._FinalStage,LobbyGroupIdleLobbiesConfig.MaxIdleLobbiesStage,LobbyGroupIdleLobbiesConfig.MinIdleLobbiesStage
- Enclosing class:
- LobbyGroupIdleLobbiesConfig
public static final class LobbyGroupIdleLobbiesConfig.Builder extends java.lang.Object implements LobbyGroupIdleLobbiesConfig.MinIdleLobbiesStage, LobbyGroupIdleLobbiesConfig.MaxIdleLobbiesStage, LobbyGroupIdleLobbiesConfig._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LobbyGroupIdleLobbiesConfigbuild()LobbyGroupIdleLobbiesConfig.Builderfrom(LobbyGroupIdleLobbiesConfig other)LobbyGroupIdleLobbiesConfig._FinalStagemaxIdleLobbies(int maxIdleLobbies)Unsigned 32 bit integer.LobbyGroupIdleLobbiesConfig.MaxIdleLobbiesStageminIdleLobbies(int minIdleLobbies)Unsigned 32 bit integer.
-
-
-
Method Detail
-
from
public LobbyGroupIdleLobbiesConfig.Builder from(LobbyGroupIdleLobbiesConfig other)
- Specified by:
fromin interfaceLobbyGroupIdleLobbiesConfig.MinIdleLobbiesStage
-
minIdleLobbies
public LobbyGroupIdleLobbiesConfig.MaxIdleLobbiesStage minIdleLobbies(int minIdleLobbies)
Unsigned 32 bit integer.
- Specified by:
minIdleLobbiesin interfaceLobbyGroupIdleLobbiesConfig.MinIdleLobbiesStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
maxIdleLobbies
public LobbyGroupIdleLobbiesConfig._FinalStage maxIdleLobbies(int maxIdleLobbies)
Unsigned 32 bit integer.
- Specified by:
maxIdleLobbiesin interfaceLobbyGroupIdleLobbiesConfig.MaxIdleLobbiesStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public LobbyGroupIdleLobbiesConfig build()
- Specified by:
buildin interfaceLobbyGroupIdleLobbiesConfig._FinalStage
-
-