Class UpdateRuntimeConfigurationRequest

    • Method Detail

      • fleetId

        public final String fleetId()

        A unique identifier for the fleet to update runtime configuration for. You can use either the fleet ID or ARN value.

        Returns:
        A unique identifier for the fleet to update runtime configuration for. You can use either the fleet ID or ARN value.
      • runtimeConfiguration

        public final RuntimeConfiguration runtimeConfiguration()

        Instructions for launching server processes on each instance in the fleet. Server processes run either a custom game build executable or a Realtime Servers script. The runtime configuration lists the types of server processes to run on an instance, how to launch them, and the number of processes to run concurrently.

        Returns:
        Instructions for launching server processes on each instance in the fleet. Server processes run either a custom game build executable or a Realtime Servers script. The runtime configuration lists the types of server processes to run on an instance, how to launch them, and the number of processes to run concurrently.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object