Class RegisterComputeRequest

    • Method Detail

      • fleetId

        public final String fleetId()

        A unique identifier for the fleet to register the compute to. You can use either the fleet ID or ARN value.

        Returns:
        A unique identifier for the fleet to register the compute to. You can use either the fleet ID or ARN value.
      • computeName

        public final String computeName()

        A descriptive label for the compute resource.

        Returns:
        A descriptive label for the compute resource.
      • certificatePath

        public final String certificatePath()

        The path to a TLS certificate on your compute resource. Amazon GameLift doesn't validate the path and certificate.

        Returns:
        The path to a TLS certificate on your compute resource. Amazon GameLift doesn't validate the path and certificate.
      • dnsName

        public final String dnsName()

        The DNS name of the compute resource. Amazon GameLift requires either a DNS name or IP address.

        Returns:
        The DNS name of the compute resource. Amazon GameLift requires either a DNS name or IP address.
      • ipAddress

        public final String ipAddress()

        The IP address of the compute resource. Amazon GameLift requires either a DNS name or IP address.

        Returns:
        The IP address of the compute resource. Amazon GameLift requires either a DNS name or IP address.
      • location

        public final String location()

        The name of a custom location to associate with the compute resource being registered.

        Returns:
        The name of a custom location to associate with the compute resource being registered.
      • 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