Interface CreateGameServerGroupResponse.Builder

    • Method Detail

      • gameServerGroup

        CreateGameServerGroupResponse.Builder gameServerGroup​(GameServerGroup gameServerGroup)

        The newly created game server group object, including the new ARN value for the Amazon GameLift FleetIQ game server group and the object's status. The Amazon EC2 Auto Scaling group ARN is initially null, since the group has not yet been created. This value is added once the game server group status reaches ACTIVE.

        Parameters:
        gameServerGroup - The newly created game server group object, including the new ARN value for the Amazon GameLift FleetIQ game server group and the object's status. The Amazon EC2 Auto Scaling group ARN is initially null, since the group has not yet been created. This value is added once the game server group status reaches ACTIVE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.