Class AuthAgentGameCloud.Builder
- java.lang.Object
-
- com.rivet.api.resources.cloud.common.types.AuthAgentGameCloud.Builder
-
- All Implemented Interfaces:
AuthAgentGameCloud._FinalStage,AuthAgentGameCloud.GameIdStage
- Enclosing class:
- AuthAgentGameCloud
public static final class AuthAgentGameCloud.Builder extends java.lang.Object implements AuthAgentGameCloud.GameIdStage, AuthAgentGameCloud._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthAgentGameCloudbuild()AuthAgentGameCloud.Builderfrom(AuthAgentGameCloud other)AuthAgentGameCloud._FinalStagegameId(java.util.UUID gameId)
-
-
-
Method Detail
-
from
public AuthAgentGameCloud.Builder from(AuthAgentGameCloud other)
- Specified by:
fromin interfaceAuthAgentGameCloud.GameIdStage
-
gameId
public AuthAgentGameCloud._FinalStage gameId(java.util.UUID gameId)
- Specified by:
gameIdin interfaceAuthAgentGameCloud.GameIdStage
-
build
public AuthAgentGameCloud build()
- Specified by:
buildin interfaceAuthAgentGameCloud._FinalStage
-
-