Interface RegisterComputeRequest.Builder

    • Method Detail

      • fleetId

        RegisterComputeRequest.Builder fleetId​(String fleetId)

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

        Parameters:
        fleetId - A unique identifier for the fleet to register the compute to. You can use either the fleet ID or ARN value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • computeName

        RegisterComputeRequest.Builder computeName​(String computeName)

        A descriptive label for the compute resource.

        Parameters:
        computeName - A descriptive label for the compute resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificatePath

        RegisterComputeRequest.Builder certificatePath​(String certificatePath)

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

        Parameters:
        certificatePath - The path to a TLS certificate on your compute resource. Amazon GameLift doesn't validate the path and certificate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dnsName

        RegisterComputeRequest.Builder dnsName​(String dnsName)

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

        Parameters:
        dnsName - The DNS name of the compute resource. Amazon GameLift requires either a DNS name or IP address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipAddress

        RegisterComputeRequest.Builder ipAddress​(String ipAddress)

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

        Parameters:
        ipAddress - The IP address of the compute resource. Amazon GameLift requires either a DNS name or IP address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • location

        RegisterComputeRequest.Builder location​(String location)

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

        Parameters:
        location - The name of a custom location to associate with the compute resource being registered.
        Returns:
        Returns a reference to this object so that method calls can be chained together.