Class ServerProcess.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.gamelift.alpha.ServerProcess.Jsii$Proxy
- All Implemented Interfaces:
ServerProcess
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ServerProcess
@Stability(Experimental)
@Internal
public static final class ServerProcess.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ServerProcess
An implementation for
ServerProcess
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.gamelift.alpha.ServerProcess
ServerProcess.Builder, ServerProcess.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ServerProcess.Builder builder) Constructor that initializes the object based on literal property values passed by theServerProcess.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Number
(experimental) The number of server processes using this configuration that run concurrently on each instance.final String
(experimental) The location of a game build executable or the Realtime script file that contains the Init() function.final String
(experimental) An optional list of parameters to pass to the server executable or Realtime script on launch.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theServerProcess.Builder
.
-
-
Method Details
-
getLaunchPath
Description copied from interface:ServerProcess
(experimental) The location of a game build executable or the Realtime script file that contains the Init() function.Game builds and Realtime scripts are installed on instances at the root:
- Windows (custom game builds only):
C:\game
. Example:C:\game\MyGame\server.exe
- Linux:
/local/game
. Examples:/local/game/MyGame/server.exe
or/local/game/MyRealtimeScript.js
- Specified by:
getLaunchPath
in interfaceServerProcess
- Windows (custom game builds only):
-
getConcurrentExecutions
Description copied from interface:ServerProcess
(experimental) The number of server processes using this configuration that run concurrently on each instance.Minimum is
1
Default: 1
- Specified by:
getConcurrentExecutions
in interfaceServerProcess
-
getParameters
Description copied from interface:ServerProcess
(experimental) An optional list of parameters to pass to the server executable or Realtime script on launch.Default: no parameters
- Specified by:
getParameters
in interfaceServerProcess
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-