Interface RegisterComputeRequest.Builder

  • Method Details

    • 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 Servers doesn't validate the path and certificate.

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

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

      Parameters:
      dnsName - The DNS name of the compute resource. Amazon GameLift Servers 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 Servers requires either a DNS name or IP address. When registering an Anywhere fleet, an IP address is required.

      Parameters:
      ipAddress - The IP address of the compute resource. Amazon GameLift Servers requires either a DNS name or IP address. When registering an Anywhere fleet, an IP address is required.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • location

      The name of a custom location to associate with the compute resource being registered. This parameter is required when registering a compute for an Anywhere fleet.

      Parameters:
      location - The name of a custom location to associate with the compute resource being registered. This parameter is required when registering a compute for an Anywhere fleet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      RegisterComputeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.