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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the ServerProcess.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 Type
    Method
    Description
    com.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
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(ServerProcess.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ServerProcess.Builder.
  • Method Details

    • getLaunchPath

      public final String 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 interface ServerProcess
    • getConcurrentExecutions

      public final Number 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 interface ServerProcess
    • getParameters

      public final String 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 interface ServerProcess
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object