Interface CreateFleetLocationsRequest.Builder

    • Method Detail

      • fleetId

        CreateFleetLocationsRequest.Builder fleetId​(String fleetId)

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

        Parameters:
        fleetId - A unique identifier for the fleet to add locations 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.
      • locations

        CreateFleetLocationsRequest.Builder locations​(Collection<LocationConfiguration> locations)

        A list of locations to deploy additional instances to and manage as part of the fleet. You can add any Amazon GameLift-supported Amazon Web Services Region as a remote location, in the form of an Amazon Web Services Region code such as us-west-2.

        Parameters:
        locations - A list of locations to deploy additional instances to and manage as part of the fleet. You can add any Amazon GameLift-supported Amazon Web Services Region as a remote location, in the form of an Amazon Web Services Region code such as us-west-2.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • locations

        CreateFleetLocationsRequest.Builder locations​(LocationConfiguration... locations)

        A list of locations to deploy additional instances to and manage as part of the fleet. You can add any Amazon GameLift-supported Amazon Web Services Region as a remote location, in the form of an Amazon Web Services Region code such as us-west-2.

        Parameters:
        locations - A list of locations to deploy additional instances to and manage as part of the fleet. You can add any Amazon GameLift-supported Amazon Web Services Region as a remote location, in the form of an Amazon Web Services Region code such as us-west-2.
        Returns:
        Returns a reference to this object so that method calls can be chained together.